Jump to content

31 posts in this topic

Recommended Posts

  • Replies 30
  • Created
  • Last Reply

Top Posters In This Topic

Posted

 

make sure write arm64 at your Makefile

ARCHS = armv7 arm64

Added it. Still no sucess.

Posted

Added it. Still no sucess.

Try something else. Like on an app.

Posted

Try something else. Like on an app.

 

I tried removing ads on movie box. I used everyones suggestions but of course changing the code to accommodate movie box. Still no success :/

Posted

I tried removing ads on movie box. I used everyones suggestions but of course changing the code to accommodate movie box. Still no success :/

Bundle ID is correct,?

Posted

I am not sure

 

I think you shoud import some headers like springboard and UIKIT

#import <SpringBoard/SpringBoard.h>

also edit MakeFile and add someting like this

YOURTEWAKNAME_FRAMEWORKS = UIKit
Posted (edited)

It compiles fine and everything checks out, it just doesnt work. And nope, still not working.

it's no the code it's theos. :)

Add this code to the top of your makefile:

TARGET = iphone:clang:8.1
ARCHS = armv7 arm64

Note: replace 8.1 with your sdk number Updated by KingRalph

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines