Jump to content

9 posts in this topic

Recommended Posts

Posted

ive been trying to make my first mod menu with theos ive read the tut and even found a vid tut for it but it keeps giving me this one error 

Makefile:55: /tweak.mk: No such file or directory
make: *** No rule to make target '/tweak.mk'.  Stop.

i was trying a simple game called ninja battle i found the no ads thing and just wanted to try to make it a mod menu just so i know how to do it

to install theos i used theos auto installer and only downloaded 11.2 sdk since thats what the ted mod menu template said i will download theos the original way if thats the problem  

 

Posted
1 hour ago, tryingtolearnsum32 said:

ive been trying to make my first mod menu with theos ive read the tut and even found a vid tut for it but it keeps giving me this one error 

Makefile:55: /tweak.mk: No such file or directory
make: *** No rule to make target '/tweak.mk'.  Stop.

i was trying a simple game called ninja battle i found the no ads thing and just wanted to try to make it a mod menu just so i know how to do it

to install theos i used theos auto installer and only downloaded 11.2 sdk since thats what the ted mod menu template said i will download theos the original way if thats the problem  

 

It's should be like this 

 

Can-iPhoneu:~ mobile$ su

Password:

Can-iPhoneu:/var/mobile root# cd /var/mobile/SkyHackSoyu

Can-iPhoneu:/var/mobile/SkyHackSoyu root# make package install

===> Setting SYSROOT to /var/theos/sdks/iPhoneOS11.2.sdk/...

> Making all for tweak SkyHackSoyu…

  • Like 1
Posted

It is looking for /tweak.mk, that means that your Theos environment variables are unset. You need to set your $THEOS to theos' root directory per Theos' installation guide.

 

I suggest you do a full reinstall and follow the guide. Using apps or tools to automate the process is not recommended and error prone.

Posted (edited)
On 10/12/2021 at 4:07 PM, tryingtolearnsum32 said:

ive been trying to make my first mod menu with theos ive read the tut and even found a vid tut for it but it keeps giving me this one error 

Makefile:55: /tweak.mk: No such file or directory
make: *** No rule to make target '/tweak.mk'.  Stop.

i was trying a simple game called ninja battle i found the no ads thing and just wanted to try to make it a mod menu just so i know how to do it

to install theos i used theos auto installer and only downloaded 11.2 sdk since thats what the ted mod menu template said i will download theos the original way if thats the problem  

 

make a new project and copy tweak. xm. Run the command:   export THEOS=/var/root/theos     Try then make clean package. For me this fixed the error before when i had issues.

Updated by Max--
Posted (edited)

what max said.
export THEOS=(where your theos folder is. do a quick search via filza)
also make sure your Makefile has the correct directory for theos as well

Updated by Shrino

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