Jump to content

3 posts in this topic

Recommended Posts

Posted

ive got problems with compiling an SCLAlertView

but i get the following problems here is an pic

https://imgur.com/a/s56x5

 

 

Heres my makefile

 

ARCHS = armv7 arm64

 

include $(THEOS)/makefiles/common.mk

CFLAGS = -fobjc-arc

 

TWEAK_NAME = BoomUnlocker

BoomUnlocker_FILES = Tweak.xm $(shell find $(THEOS)/include/SCLAlertView -name '*SCLAlertView.m')

BoomUnlocker_FRAMEWORKS = UIKit MessageUI Social QuartzCore CoreGraphics Foundation AVFoundation Accelerate GLKit AudioToolbox

BoomUnlocker_LDFLAGS += -Wl,-segalign,4000

 

include $(THEOS_MAKE_PATH)/tweak.mk

 

after-install::

install.exec "killall -9 SpringBoard"

 

Every help is welcome

ow yeah this is an problem with substrate.h not tweak.xm or makefile

Posted

i filind everywhere i could but i couldnt find a substrate header

Can you give me a link??

You need a substrate header that is compatible with ARC. There is one somewhere on the forum :)

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