Jump to content

28 posts in this topic

Recommended Posts

Posted

A bit but I don't get where to put the export lines iv'e tried in the prefbunde.mm the tweak.xm and running it in the console before compiling and it still dosent work? where do i put the execute line plz?

What is the exact code you want to put?

  • Replies 27
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted (edited)

In the top of your Makefile :)

^

thank you guys so much but i still getting the same error Updated by Lkear
Posted

@Dannyyy here: (yes ik it easy to cheat in tinytower but want to play round with prefbundles)

export ARCHS = armv7 armv7s arm64

export TARGET = iphone:clang:7.1:7.1

include theos/makefiles/common.mk

 

TWEAK_NAME = tinytower

tinytower_FILES = Tweak.xm

 

include $(THEOS_MAKE_PATH)/tweak.mk

 

after-install::

install.exec "killall -9 _"

SUBPROJECTS += prefbundle

include $(THEOS_MAKE_PATH)/aggregate.mk

Posted

 

@Dannyyy here: (yes ik it easy to cheat in tinytower but want to play round with prefbundles)

export ARCHS = armv7 armv7s arm64

export TARGET = iphone:clang:7.1:7.1

include theos/makefiles/common.mk

TWEAK_NAME = tinytower

tinytower_FILES = Tweak.xm

include $(THEOS_MAKE_PATH)/tweak.mk

after-install::

install.exec "killall -9 _"

SUBPROJECTS += prefbundle

include $(THEOS_MAKE_PATH)/aggregate.mk

 

What's your iOS and the SDK?

Because you need to change 7.1 one to your iOS and one to the SDK :)

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