Jump to content

17 posts in this topic

Recommended Posts

Posted

So I'm trying to make my first MSHook tweak and after making a very very brief tweak with a simple popup on launch I try to compile and install and this happens:

 

IMG_0263.png

Any help would be appreciated.

Thanks

 

Posted
Just now, Jax2120 said:

So I'm trying to make my first MSHook tweak and after making a very very brief tweak with a simple popup on launch I try to compile and install and this happens:

 

IMG_0263.png

Any help would be appreciated.

Thanks

 

Show us your makefile code..

Posted
Just now, xiaov said:

why when compile show /var/thesis?

something wrong?

Okay, fixed part of it by changing $(THEOS) to /var/theos. New problem:

IMG_0265.png

My SDK folder in /var/theos/sdks

IMG_0266.png

I figure it should be a .sdk but I don't know how to do that or where to download the necessary file.

Posted
1 minute ago, Jax2120 said:

Okay, fixed part of it by changing $(THEOS) to /var/theos. New problem:

IMG_0265.png

My SDK folder in /var/theos/sdks

IMG_0266.png

I figure it should be a .sdk but I don't know how to do that or where to download the necessary file.

it suppose to named : iPhoneOS8.1.sdk

maybe you try to rename to this?

2 minutes ago, Jax2120 said:

Okay, fixed part of it by changing $(THEOS) to /var/theos. New problem:

IMG_0265.png

My SDK folder in /var/theos/sdks

IMG_0266.png

I figure it should be a .sdk but I don't know how to do that or where to download the necessary file.

change the makefile first line to this:

ARCHS = armv7 arm64
TARGET = iphone:clang:latest:latest

include theos/makefiles/common.mk

 

Posted
12 minutes ago, xiaov said:

it suppose to named : iPhoneOS8.1.sdk

maybe you try to rename to this?

change the makefile first line to this:

ARCHS = armv7 arm64
TARGET = iphone:clang:latest:latest

include theos/makefiles/common.mk

 

Alright, did that except kept include /var/theos/makefiles/common.mk because I got errors without the /var.

New Error (fun isn't it):

IMG_0267.png

Posted
1 minute ago, Jax2120 said:

Alright, did that except kept include /var/theos/makefiles/common.mk because I got errors without the /var.

New Error (fun isn't it):

IMG_0267.png

rip.. idk :mellow:

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