Jump to content

Tweak.xm error


Go to solution Solved by AxCE,

25 posts in this topic

Recommended Posts

  • Replies 24
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted

Thanks, it worked now but it doesn't happens anything...If i turn it on in flex it works but not with the tweak?!

Open Makefile file as text, edit and add to top this text :

ARCHS = armv7 arm64

Posted

Open Makefile file as text, edit and add to top this text :

ARCHS = armv7 arm64

Now i have it like this:

 

ARCHS = armv7 arm64

include theos/makefiles/common.mk

 

TWEAK_NAME = hweels

hweels_FILES = Tweak.xm

 

include $(THEOS_MAKE_PATH)/tweak.mk

 

after-install::

install.exec "killall -9 SpringBoard"

Posted

Open Makefile file as text, edit and add to top this text :

ARCHS = armv7 arm64

Now i have this in my Makefile:

 

ARCHS = armv7 arm64

SDK = iPhoneOS8.3

include theos/makefiles/common.mk

 

TWEAK_NAME = hweels

hweels_FILES = Tweak.xm

 

include $(THEOS_MAKE_PATH)/tweak.mk

 

after-install::

install.exec "killall -9 SpringBoard"

But it still doesnt work :(

 

My tweak.xm:

 

#import <UIKit/UIKit.h>

#import <Foundation/Foundation.h>

#import <SpringBoard/SpringBoard.h>

 

%hook Session

-(float) gravity{

return -5.00f;

}

%end

Posted

Add this to your Makefile:

hweels_LDFLAGS += -Wl,-segalign,4000

 

And also check if the Bundle Identifier is correct

Posted

Add this to your Makefile:

hweels_LDFLAGS += -Wl,-segalign,4000

And also check if the Bundle Identifier is correct

My makefile looks like this now:

 

hweels_LDFLAGS += -Wl,-segalign,4000ARCHS = armv7 arm64

 

include theos/makefiles/common.mk

 

TWEAK_NAME = hweels

hweels_FILES = Tweak.xm

 

include $(THEOS_MAKE_PATH)/tweak.mk

 

after-install::

install.exec "killall -9 SpringBoard"

I tried it but it doesnt work either :(

Posted

My makefile looks like this now:

hweels_LDFLAGS += -Wl,-segalign,4000ARCHS = armv7 arm64

include theos/makefiles/common.mk

TWEAK_NAME = hweels

hweels_FILES = Tweak.xm

include $(THEOS_MAKE_PATH)/tweak.mk

after-install::

install.exec "killall -9 SpringBoard"

I tried it but it doesnt work either :(

Download DiDA's template and start from there.

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