Jump to content

theos compile error: symbol(s) not found


Go to solution Solved by Rook,

14 posts in this topic

Recommended Posts

  • Solution
Posted

https://www.dropbox.com/s/8ru37ggrjdobzwh/welcomeme.zip?dl=0 

 

 

here is the link to the file. sorry for the late reply

The problem is in your Makefile:

 

ARCHS = armv7 arm64

SDK = iPhoneOS8.1

 

include theos/makefiles/common.mk

 

TWEAK_NAME = Welcomeme

Welcomeme_FILES = Tweak.xm

welcomeme_FRAMEWORKS = UIKit

include $(THEOS_MAKE_PATH)/tweak.mk

 

after-install::

install.exec "killall -9 SpringBoard"

 

Do you notice the small "w"? It needs to be the same name as the Tweak name.

Posted

Hey I have another problem, when I run "make package install" the tweak installs but after it resprings my UIAlertView does not show up

Hey I have another problem, when I run "make package install" the tweak installs but after it resprings my UIAlertView does not show up

Posted

Hey I have another problem, when I run "make package install" the tweak installs but after it resprings my UIAlertView does not show up

Hey I have another problem, when I run "make package install" the tweak installs but after it resprings my UIAlertView does not show up

Try the uialert code from here: http://iosgods.com/topic/831-tutorial-how-to-hack-using-mobile-substrate-method-hooking/

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