Jump to content

Is there something wrong with my code


Go to solution Solved by Rook,

132 posts in this topic

Recommended Posts

Posted

no because compiling it is the problem

Was your problem fixed? If not, what's the problem now because I don't want to read through 10 pages :lol:

  • Replies 131
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted

ARCHS = armv7 arm64

 

include theos/makefiles/common.mk

 

TWEAK_NAME = goblinhack

goblinhack_FILES = Tweak.xm

 

include $(THEOS_MAKE_PATH)/tweak.mk

 

after-install::

install.exec "killall -9 SpringBoard"

Show me your MakeFile

here it's fine it worked for joka ARCHS = armv7 arm64

 

include theos/makefiles/common.mk

 

TWEAK_NAME = goblinhack

goblinhack_FILES = Tweak.xm

 

include $(THEOS_MAKE_PATH)/tweak.mk

 

after-install::

install.exec "killall -9 SpringBoard"

Posted

ARCHS = armv7 arm64

include theos/makefiles/common.mk

TWEAK_NAME = goblinhack

goblinhack_FILES = Tweak.xm

include $(THEOS_MAKE_PATH)/tweak.mk

after-install::

install.exec "killall -9 SpringBoard" here it's fine it worked for joka ARCHS = armv7 arm64

include theos/makefiles/common.mk

TWEAK_NAME = goblinhack

goblinhack_FILES = Tweak.xm

include $(THEOS_MAKE_PATH)/tweak.mk

after-install::

install.exec "killall -9 SpringBoard"

Go to /var/theos/makefiles/targets/ and rename the "Darwin-arm" folder to "Darwin-arm64"

 

Next go to /var/theos/makefiles/platform/ and rename "Darwin-arm.mk" to "Darwin-arm64.mk"

Posted

Go to /var/theos/makefiles/targets/ and rename the "Darwin-arm" folder to "Darwin-arm64"

Next go to /var/theos/makefiles/platform/ and rename "Darwin-arm.mk" to "Darwin-arm64.mk"

i tried that

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