Jump to content

(updated) different error when compiling in cygwin theos


Go to solution Solved by AnotherLurker,

18 posts in this topic

Recommended Posts

  • Solution
Posted (edited)

Use this instead:

ARCHS = armv7 armv7s arm64
include $(THEOS)/makefiles/common.mk

TWEAK_NAME = letmedebug
letmedebug_FILES = Tweak.xm
letmedebug_FRAMEWORKS = UIKit

include $(THEOS_MAKE_PATH)/tweak.mk

after-install::
	install.exec "killall -9 SpringBoard"
Updated by AnotherLurker
Posted

 

Use this instead:

ARCHS = armv7 armv7s arm64
include $(THEOS)/makefiles/common.mk

TWEAK_NAME = letmedebug
letmedebug_FILES = Tweak.xm
letmedebug_FRAMEWORKS = UIKit

include $(THEOS_MAKE_PATH)/tweak.mk

after-install::
	install.exec "killall -9 SpringBoard"

thanks buddy i put that in now the BASH_PROFILE file the lines at the bottom are

export THEOS=/home/*/theos/

export THEOS_MAKE_PATH=/home/*/theos/makefiles/
 
is that correct

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