Jump to content

Need Help with Theos on Windows


Flambob

4 posts in this topic

Recommended Posts

Hi

 

I need Help with Theos on Windows (toolchain). When i create my Tweak it gives a error:

 

9Sm1LMz.png

 

Whats wrong?

 

my Makefile:

export SDKVERSION = 8.1

export ARCHS = armv7 armv7s arm64

TARGET = iphone:clang

THEOS_BUILD_DIR = Packages

include theos/makefiles/common.mk

TWEAK_NAME = MyTweak
MyTweak_CFLAGS = -fobjc-arc
MyTweak_FILES = Tweak.xm
MyTweak_FRAMEWORKS = Foundation UIKit

include $(THEOS_MAKE_PATH)/tweak.mk

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

Thanks

Link to comment
https://iosgods.com/topic/3643-need-help-with-theos-on-windows/
Share on other sites

 

Thank you! Its work now :)

 

But i have a another questions, if I install this tweak in Cydia, it resprings automatically? or do I need a code for (like postinst)? Thank

Thank you! Its work now :)

 

But i have a another questions, if I install this tweak in Cydia, it resprings automatically? or do I need a code for (like postinst)? Thank

You can just replace your makefile from killall -9 backboardd to kilall -9 SpringBoard

 

That should do it. :)

Archived

This topic is now archived and is 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