Jump to content

[Tutorial] How to setup/install Kirb's Theos on your iDevice!


Rook

11 posts in this topic

Recommended Posts

Posted

Fixed. Remember to build the project after you do the symlink... zz

 

 

 

sorry to necro the thread but I followed this tutorial in an attempt to set up theos on my iPhone 6s 9.3.3 but I am having trouble making packages. Followed all steps, and currently have 9.3, 9.0, and 8.1 sdks in the folder.

 

theos installed to /private/var/theos naturally

folder containing my projects is /private/var/tweaks

 

copied perl over to /usr/bin/ as necessary from this https://iosgods.com/topic/32949-how-to-fix-theos-on-ios-9-933/

 

now I created a blank project using the tweak template and it is inside the tweaks folder

 

trying to verify that it can build packages properly, so I just added

TARGET := iphone:clang
ARCHS = armv7 arm64

to the fresh makefile at the top, left everything else as it is and tried to run make, this outputs


Andreass-iPhone:/var/tweaks/test root# make
Makefile:4: /makefiles/common.mk: No such file or directory
Makefile:11: /tweak.mk: No such file or directory

I can verify that I have both common.mk and tweak.mk in /private/var/theos/makefiles/, but for some reason it is not successful in finding them? How can I remedy this? i will doubtless have more questions after someone helps me fix this.

 

Also I tried to make sure it wasn't primarily because the project was basically empty, so I also attempted to compile this open source tweak https://github.com/iNoahDev/NoSpotlightBlur but i receive the same errors

Archived

This topic is now archived and is closed to further replies.

×
  • 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