Help! Theos Help


For ted's template tho, you might get a compile error because it is missing <vector>. Im not to sure how to fix it as I dont really use mobile theos.
 

Attachments

  • 62D0C5A1-0E87-4C5C-9E75-D7BF726287A4.png
    62D0C5A1-0E87-4C5C-9E75-D7BF726287A4.png
    226.2 KB · Views: 90
I had gotten this error before when my tweak name contained non-alphabetical letters like spaces so make sure your tweak name doesn’t contain those and also when the sdk i was using was corrupted. Other than that it’s probably something wrong with the theos shortcut so you should try setting the theos path manually in the makefile like below

Add to first line of makefile:
export THEOS=theos path
 
Back
Top Bottom