Jump to content

Errors while compiling


Go to solution Solved by Parsifal,

6 posts in this topic

Recommended Posts

Posted

Show us your makefile.

 

I'm probably not going to be able to reply to your response, so browse through the forum for that error. There are few topics on that, containing the errors.

Posted

In your Makefile add:

XXX_FRAMEWORKS = UIKit

Where XXX is your project name

already did

Show us your makefile.

 

I'm probably not going to be able to reply to your response, so browse through the forum for that error. There are few topics on that, containing the errors.

i can't seem to find the good ones my makefile:

ARCHS = armv7 arm64

 

include theos/makefiles/common.mk

 

TWEAK_NAME = brakeorbreakhack

brakeorbreakhack_FILES = Tweak.xm

brakeorbreakhack_Files = UIKit

 

include $(THEOS_MAKE_PATH)/tweak.mk

Seems like you didn't put

#include <UIKit/UIKit.h>
in your Tweak.xm
ok
  • Solution
Posted

already didi can't seem to find the good ones my makefile:

ARCHS = armv7 arm64

include theos/makefiles/common.mk

TWEAK_NAME = brakeorbreakhack

brakeorbreakhack_FILES = Tweak.xm

brakeorbreakhack_Files = UIKit

include $(THEOS_MAKE_PATH)/tweak.mkok

:o Your makefile should be:

 

ARCHS = armv7 arm64

include theos/makefiles/common.mk

TWEAK_NAME = brakeorbreakhack

brakeorbreakhack_FILES = Tweak.xm

brakeorbreakhack_FRAMEWORKS = UIKit

include $(THEOS_MAKE_PATH)/tweak.mk

Guest
This topic is now closed to further replies.
×
  • 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