Jump to content

36 posts in this topic

Recommended Posts

Posted

It was an error making the debian file. Are you sure there is nothing wrong with Makefile & Control?

no heres what my makefile includes:

ARCHS = armv7 arm64

 

Projectname_LDFLAGS += -W1,-segalign,4000

 

include theos/makefiles/common.mk

 

TWEAK_NAME = BlockHeadshack

BlockHeadshack_FILES = Tweak.xm

 

include $(THEOS_MAKE_PATH)/Tweak.mk

 

after-install::

          install.exec "killall -9 SpringBoard

Posted

no heres what my makefile includes:

ARCHS = armv7 arm64

 

Projectname_LDFLAGS += -W1,-segalign,4000

 

include theos/makefiles/common.mk

 

TWEAK_NAME = BlockHeadshack

BlockHeadshack_FILES = Tweak.xm

 

include $(THEOS_MAKE_PATH)/Tweak.mk

 

after-install::

          install.exec "killall -9 SpringBoard

Does this problem still persist?

Posted

no heres what my makefile includes:

ARCHS = armv7 arm64

 

Projectname_LDFLAGS += -W1,-segalign,4000

 

include theos/makefiles/common.mk

 

TWEAK_NAME = BlockHeadshack

BlockHeadshack_FILES = Tweak.xm

 

include $(THEOS_MAKE_PATH)/Tweak.mk

 

after-install::

install.exec "killall -9 SpringBoard

Try to take this Makefile

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

include theos/makefiles/common.mk

TWEAK_NAME = BlockHeadshack
BlockHeadshack_FILES = Tweak.xm
BlockHeadshack_FRAMEWORKS = UIKit
BlockHeadshack_LDFLAGS += -Wl,-segalign,4000


include $(THEOS_MAKE_PATH)/tweak.mk

after-install::
        install.exec "killall -9 SpringBoard"
include $(THEOS_MAKE_PATH)/aggregate.mk
Posted

Try to take this Makefile

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

include theos/makefiles/common.mk

TWEAK_NAME = BlockHeadshack
BlockHeadshack_FILES = Tweak.xm
BlockHeadshack_FRAMEWORKS = UIKit
BlockHeadshack_LDFLAGS += -Wl,-segalign,4000


include $(THEOS_MAKE_PATH)/tweak.mk

after-install::
        install.exec "killall -9 SpringBoard"
include $(THEOS_MAKE_PATH)/aggregate.mk

im trying it asap :D

 

Does this problem still persist?

yes :/

Posted

Try to take this Makefile

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

include theos/makefiles/common.mk

TWEAK_NAME = BlockHeadshack
BlockHeadshack_FILES = Tweak.xm
BlockHeadshack_FRAMEWORKS = UIKit
BlockHeadshack_LDFLAGS += -Wl,-segalign,4000


include $(THEOS_MAKE_PATH)/tweak.mk

after-install::
        install.exec "killall -9 SpringBoard"
include $(THEOS_MAKE_PATH)/aggregate.mk

still the same error ive been getting its only with blockheads tho :/

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