Jump to content

51 posts in this topic

Recommended Posts

Posted

yes located in your hack file ^_^

can i see what's inside your makefile ^_^

Yep! But I deleted the targets you wanted me to put because it didn't do anything. My makefile is this but I don't think its causing the problem lol its a theos problem if it cant make a package considering the errors I have. Anyway here it is:

 

include theos/makefiles/common.mk

 

TWEAK_NAME = PouhackMIKSTERM8

PouhackMIKSTERM8_FILES = Tweak.xm

 

include $(THEOS_MAKE_PATH)/tweak.mk

 

after-install::

install.exec "killall -9 SpringBoard"

  • Replies 50
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted (edited)

Yep! But I deleted the targets you wanted me to put because it didn't do anything. My makefile is this but I don't think its causing the problem lol its a theos problem if it cant make a package considering the errors I have. Anyway here it is:

 

include theos/makefiles/common.mk

 

TWEAK_NAME = PouhackMIKSTERM8

PouhackMIKSTERM8_FILES = Tweak.xm

 

include $(THEOS_MAKE_PATH)/tweak.mk

 

after-install::

install.exec "killall -9 SpringBoard"

Then try this ^_^

ARCHS = armv7 arm64
TARGET = iphone:clang:latest:latest
#CFLAGS = -fobjc-arc
#THEOS_PACKAGE_DIR_NAME = debs

include theos/makefiles/common.mk

TWEAK_NAME = micromon
micromon_FILES = Tweak.xm
micromon_FRAMEWORKS = UIKit
micromon_LDFLAGS += -Wl,-segalign,4000


include $(THEOS_MAKE_PATH)/tweak.mk

after-install::
        install.exec "killall -9 SpringBoard"
include $(THEOS_MAKE_PATH)/aggregate.mk
If it the same target error try to change the target to

TARGET = iphone:clang:latest:8.1
^_^ Updated by ITz_kser
Posted

SDK in /var/theos/sdks?

Yep its there and its the latest one. 8.1.

Then try this ^_^

ARCHS = armv7 arm64
TARGET = iphone:clang:latest:latest
#CFLAGS = -fobjc-arc
#THEOS_PACKAGE_DIR_NAME = debs

include theos/makefiles/common.mk

TWEAK_NAME = micromon
micromon_FILES = Tweak.xm
micromon_FRAMEWORKS = UIKit
micromon_LDFLAGS += -Wl,-segalign,4000


include $(THEOS_MAKE_PATH)/tweak.mk

after-install::
        install.exec "killall -9 SpringBoard"
include $(THEOS_MAKE_PATH)/aggregate.mk
Do I add that in or replace? Because where should I put the hack name in it?
Posted

Yep its there and its the latest one. 8.1. Do I add that in or replace? Because where should I put the hack name in it?

make sure your folder is named sdks

 

upload your project folder?

Posted

Yep its there and its the latest one. 8.1.

Do I add that in or replace? Because where should I put the hack name in it?

Replace it with yours

And change every micromon to PouhackMIKSTERM8

^_^

Posted

make sure your folder is named sdks

upload your project folder?

it has to be called sdks? Mine is called SDK.

Replace it with yours

And change every micromon to PouhackMIKSTERM8

^_^

will test

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