Jump to content

Theos Jailed opt..... error


BestAndroidPlayer

14 posts in this topic

Recommended Posts

Makefile:2: /opt/theos/makefiles/common.mk: No such file or directory
Makefile:11: /tweak.mk: No such file or directory
make: *** No rule to make target `/tweak.mk'.  Stop.

trying to make a tweak with these jailed and it seems like my make files are not correct

my path is users/ and not /opt/ how can I redirect it ?

appreciate any help

Link to comment
https://iosgods.com/topic/60240-theos-jailed-opt-error/
Share on other sites

7 minutes ago, DiDA said:

export THEOS=/users/theos/

Run that in your terminal and make again.

AmirYTs-MBP:~ thehackingfreak$ cd /users/name/youtube1
AmirYTs-MBP:youtube1 name$ Make Info
make: *** No rule to make target `Info'.  Stop.
AmirYTs-MBP:youtube1 name$ Make Package Install Profile='profilemadewithxcode'
make: *** No rule to make target `Package'.  Stop.
AmirYTs-MBP:youtube1 name$ 

Now I am getting this error 

Link to comment
https://iosgods.com/topic/60240-theos-jailed-opt-error/#findComment-1823448
Share on other sites

21 minutes ago, TheHackingFreak said:

AmirYTs-MBP:~ thehackingfreak$ cd /users/name/youtube1
AmirYTs-MBP:youtube1 name$ Make Info
make: *** No rule to make target `Info'.  Stop.
AmirYTs-MBP:youtube1 name$ Make Package Install Profile='profilemadewithxcode'
make: *** No rule to make target `Package'.  Stop.
AmirYTs-MBP:youtube1 name$ 

Now I am getting this error 

make package

Link to comment
https://iosgods.com/topic/60240-theos-jailed-opt-error/#findComment-1823462
Share on other sites

12 minutes ago, xiaov said:

make package

so I did make package, it asked me for SDKs, I downloaded 9.3.3 and 10.2 and put it in the theos/sdks folder

and Ive got this now 

AmirYTs-MBP:~ thehackingfreak$ cd /users/thehackingfreak/youtube1
AmirYTs-MBP:youtube1 thehackingfreak$ Make Info
make: *** No rule to make target `Info'.  Stop.
AmirYTs-MBP:youtube1 thehackingfreak$ Make Package Install Profile='profilemadewithxcode'
make: *** No rule to make target `Package'.  Stop.
AmirYTs-MBP:youtube1 thehackingfreak$ make package
xcrun: error: SDK "iphoneos" cannot be located
xcrun: error: SDK "iphoneos" cannot be located
xcrun: error: SDK "iphoneos" cannot be located
==> Error: You do not have an SDK in /Library/Developer/CommandLineTools/Platforms/iPhoneOS.platform/Developer/SDKs or /users/thehackingfreak/theos/sdks.
make: *** [before-all] Error 1
AmirYTs-MBP:youtube1 thehackingfreak$ Make Package Profile='profilemadewithxcode'
make: *** No rule to make target `Package'.  Stop.
AmirYTs-MBP:youtube1 thehackingfreak$ Make package
xcrun: error: SDK "iphoneos" cannot be located
xcrun: error: SDK "iphoneos" cannot be located
xcrun: error: SDK "iphoneos" cannot be located
> Making all for tweak youtube1…
==> Preprocessing Tweak.xm…
==> Compiling Tweak.xm (armv7)…
xcrun: error: SDK "iphoneos" cannot be located
<built-in>:1:10: error: non-portable path to file
      '"/uUserstthehackingfreakttheosPPrefix.pch"'; specified path differs in
      case from file name on disk [-Werror,-Wnonportable-include-path]
#include "/users/thehackingfreak/theos/Prefix.pch"
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         "/uUserstthehackingfreakttheosPPrefix.pch"
1 error generated.
make[3]: *** [/users/thehackingfreak/youtube1/.theos/obj/debug/armv7/Tweak.xm.76252f58.o] Error 1
make[2]: *** [/users/thehackingfreak/youtube1/.theos/obj/debug/armv7/youtube1.dylib] Error 2
make[1]: *** [internal-library-all_] Error 2
make: *** [youtube1.all.tweak.variables] Error 2
AmirYTs-MBP:youtube1 thehackingfreak$ Make package profile='profilemadewithxcode'
xcrun: error: SDK "iphoneos" cannot be located
xcrun: error: SDK "iphoneos" cannot be located
xcrun: error: SDK "iphoneos" cannot be located
> Making all for tweak youtube1…
==> Preprocessing Tweak.xm…
==> Compiling Tweak.xm (armv7)…
xcrun: error: SDK "iphoneos" cannot be located
<built-in>:1:10: error: non-portable path to file
      '"/uUserstthehackingfreakttheosPPrefix.pch"'; specified path differs in
      case from file name on disk [-Werror,-Wnonportable-include-path]
#include "/users/thehackingfreak/theos/Prefix.pch"
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         "/uUserstthehackingfreakttheosPPrefix.pch"
1 error generated.
make[3]: *** [/users/thehackingfreak/youtube1/.theos/obj/debug/armv7/Tweak.xm.76252f58.o] Error 1
make[2]: *** [/users/thehackingfreak/youtube1/.theos/obj/debug/armv7/youtube1.dylib] Error 2
make[1]: *** [internal-library-all_] Error 2
make: *** [youtube1.all.tweak.variables] Error 2
AmirYTs-MBP:youtube1 thehackingfreak$ 

 

Just now, TheHackingFreak said:

so I did make package, it asked me for SDKs, I downloaded 9.3.3 and 10.2 and put it in the theos/sdks folder

and Ive got this now 


AmirYTs-MBP:~ thehackingfreak$ cd /users/thehackingfreak/youtube1
AmirYTs-MBP:youtube1 thehackingfreak$ Make Info
make: *** No rule to make target `Info'.  Stop.
AmirYTs-MBP:youtube1 thehackingfreak$ Make Package Install Profile='profilemadewithxcode'
make: *** No rule to make target `Package'.  Stop.
AmirYTs-MBP:youtube1 thehackingfreak$ make package
xcrun: error: SDK "iphoneos" cannot be located
xcrun: error: SDK "iphoneos" cannot be located
xcrun: error: SDK "iphoneos" cannot be located
==> Error: You do not have an SDK in /Library/Developer/CommandLineTools/Platforms/iPhoneOS.platform/Developer/SDKs or /users/thehackingfreak/theos/sdks.
make: *** [before-all] Error 1
AmirYTs-MBP:youtube1 thehackingfreak$ Make Package Profile='profilemadewithxcode'
make: *** No rule to make target `Package'.  Stop.
AmirYTs-MBP:youtube1 thehackingfreak$ Make package
xcrun: error: SDK "iphoneos" cannot be located
xcrun: error: SDK "iphoneos" cannot be located
xcrun: error: SDK "iphoneos" cannot be located
> Making all for tweak youtube1
==> Preprocessing Tweak.xm
==> Compiling Tweak.xm (armv7)…
xcrun: error: SDK "iphoneos" cannot be located
<built-in>:1:10: error: non-portable path to file
      '"/uUserstthehackingfreakttheosPPrefix.pch"'; specified path differs in
      case from file name on disk [-Werror,-Wnonportable-include-path]
#include "/users/thehackingfreak/theos/Prefix.pch"
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         "/uUserstthehackingfreakttheosPPrefix.pch"
1 error generated.
make[3]: *** [/users/thehackingfreak/youtube1/.theos/obj/debug/armv7/Tweak.xm.76252f58.o] Error 1
make[2]: *** [/users/thehackingfreak/youtube1/.theos/obj/debug/armv7/youtube1.dylib] Error 2
make[1]: *** [internal-library-all_] Error 2
make: *** [youtube1.all.tweak.variables] Error 2
AmirYTs-MBP:youtube1 thehackingfreak$ Make package profile='profilemadewithxcode'
xcrun: error: SDK "iphoneos" cannot be located
xcrun: error: SDK "iphoneos" cannot be located
xcrun: error: SDK "iphoneos" cannot be located
> Making all for tweak youtube1
==> Preprocessing Tweak.xm
==> Compiling Tweak.xm (armv7)…
xcrun: error: SDK "iphoneos" cannot be located
<built-in>:1:10: error: non-portable path to file
      '"/uUserstthehackingfreakttheosPPrefix.pch"'; specified path differs in
      case from file name on disk [-Werror,-Wnonportable-include-path]
#include "/users/thehackingfreak/theos/Prefix.pch"
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         "/uUserstthehackingfreakttheosPPrefix.pch"
1 error generated.
make[3]: *** [/users/thehackingfreak/youtube1/.theos/obj/debug/armv7/Tweak.xm.76252f58.o] Error 1
make[2]: *** [/users/thehackingfreak/youtube1/.theos/obj/debug/armv7/youtube1.dylib] Error 2
make[1]: *** [internal-library-all_] Error 2
make: *** [youtube1.all.tweak.variables] Error 2
AmirYTs-MBP:youtube1 thehackingfreak$ 

 

@K_K

Link to comment
https://iosgods.com/topic/60240-theos-jailed-opt-error/#findComment-1823475
Share on other sites

2 minutes ago, TheHackingFreak said:

so I did make package, it asked me for SDKs, I downloaded 9.3.3 and 10.2 and put it in the theos/sdks folder

and Ive got this now 


AmirYTs-MBP:~ thehackingfreak$ cd /users/thehackingfreak/youtube1
AmirYTs-MBP:youtube1 thehackingfreak$ Make Info
make: *** No rule to make target `Info'.  Stop.
AmirYTs-MBP:youtube1 thehackingfreak$ Make Package Install Profile='profilemadewithxcode'
make: *** No rule to make target `Package'.  Stop.
AmirYTs-MBP:youtube1 thehackingfreak$ make package
xcrun: error: SDK "iphoneos" cannot be located
xcrun: error: SDK "iphoneos" cannot be located
xcrun: error: SDK "iphoneos" cannot be located
==> Error: You do not have an SDK in /Library/Developer/CommandLineTools/Platforms/iPhoneOS.platform/Developer/SDKs or /users/thehackingfreak/theos/sdks.
make: *** [before-all] Error 1
AmirYTs-MBP:youtube1 thehackingfreak$ Make Package Profile='profilemadewithxcode'
make: *** No rule to make target `Package'.  Stop.
AmirYTs-MBP:youtube1 thehackingfreak$ Make package
xcrun: error: SDK "iphoneos" cannot be located
xcrun: error: SDK "iphoneos" cannot be located
xcrun: error: SDK "iphoneos" cannot be located
> Making all for tweak youtube1…
==> Preprocessing Tweak.xm…
==> Compiling Tweak.xm (armv7)…
xcrun: error: SDK "iphoneos" cannot be located
<built-in>:1:10: error: non-portable path to file
      '"/uUserstthehackingfreakttheosPPrefix.pch"'; specified path differs in
      case from file name on disk [-Werror,-Wnonportable-include-path]
#include "/users/thehackingfreak/theos/Prefix.pch"
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         "/uUserstthehackingfreakttheosPPrefix.pch"
1 error generated.
make[3]: *** [/users/thehackingfreak/youtube1/.theos/obj/debug/armv7/Tweak.xm.76252f58.o] Error 1
make[2]: *** [/users/thehackingfreak/youtube1/.theos/obj/debug/armv7/youtube1.dylib] Error 2
make[1]: *** [internal-library-all_] Error 2
make: *** [youtube1.all.tweak.variables] Error 2
AmirYTs-MBP:youtube1 thehackingfreak$ Make package profile='profilemadewithxcode'
xcrun: error: SDK "iphoneos" cannot be located
xcrun: error: SDK "iphoneos" cannot be located
xcrun: error: SDK "iphoneos" cannot be located
> Making all for tweak youtube1…
==> Preprocessing Tweak.xm…
==> Compiling Tweak.xm (armv7)…
xcrun: error: SDK "iphoneos" cannot be located
<built-in>:1:10: error: non-portable path to file
      '"/uUserstthehackingfreakttheosPPrefix.pch"'; specified path differs in
      case from file name on disk [-Werror,-Wnonportable-include-path]
#include "/users/thehackingfreak/theos/Prefix.pch"
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         "/uUserstthehackingfreakttheosPPrefix.pch"
1 error generated.
make[3]: *** [/users/thehackingfreak/youtube1/.theos/obj/debug/armv7/Tweak.xm.76252f58.o] Error 1
make[2]: *** [/users/thehackingfreak/youtube1/.theos/obj/debug/armv7/youtube1.dylib] Error 2
make[1]: *** [internal-library-all_] Error 2
make: *** [youtube1.all.tweak.variables] Error 2
AmirYTs-MBP:youtube1 thehackingfreak$ 

 

@K_K

have you installed command line tools?

Link to comment
https://iosgods.com/topic/60240-theos-jailed-opt-error/#findComment-1823478
Share on other sites

14 minutes ago, TheHackingFreak said:

Can you link a tutorial or the commands ? Not sure if I’ve done them

http://osxdaily.com/2014/02/12/install-command-line-tools-mac-os-x/ its a requirement

 

do you have xcode installed too?

 

Error: You do not have an SDK in /Library/Developer/CommandLineTools/Platforms/iPhoneOS.platform/Developer/SDKs or /users/thehackingfreak/theos/sdks.
make: *** [before-all] Error 1
1 minute ago, K_K said:

http://osxdaily.com/2014/02/12/install-command-line-tools-mac-os-x/ its a requirement

 

do you have xcode installed too?

 


Error: You do not have an SDK in /Library/Developer/CommandLineTools/Platforms/iPhoneOS.platform/Developer/SDKs or /users/thehackingfreak/theos/sdks.
make: *** [before-all] Error 1

your sdk doesnt look like its in the right placew by this error

Link to comment
https://iosgods.com/topic/60240-theos-jailed-opt-error/#findComment-1823486
Share on other sites

Archived

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

  • Our picks

    • The Crown Saga: Pi’s Adventure Cheats v1.0.17 +6
      Modded/Hacked App: The Crown Saga: Pi’s Adventure By SuperPlanet corp.
      Bundle ID: com.superplanet.crown
      iTunes Store Link: https://apps.apple.com/us/app/the-crown-saga-pis-adventure/id6636483923?uo=4


      Hack Features:
      - Multiply Attack
      - Multiply Defense
      - God Mode
      - Instant Skills
      - Infinite MP
      - Custom Move Speed


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
       


      iOS Hack Download Link: https://iosgods.com/topic/188573-the-crown-saga-pi%E2%80%99s-adventure-cheats-v107-6/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 63 replies
    • Demon Squad: Idle RPG Cheats v1.69 +2
      Modded/Hacked App: Demon Squad: Idle RPG By SuperPlanet corp.
      Bundle ID: com.superplanet.demonsquad
      iTunes Store Link: https://apps.apple.com/us/app/demon-squad-idle-rpg/id6504470907?uo=4


      Hack Features:
      - Multiply Attack
      - Multiply Defense


      iOS Hack Download Link: https://iosgods.com/topic/185576-demon-squad-idle-rpg-cheats-v139-2/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 80 replies
    • Smurfs' Village Cheats v2.75.0 +1 [ Freeze Currencies ]
      Modded/Hacked App: Smurfs' Village By Garden City Games Ltd
      Bundle ID: com.capcommobile.smurfs
      iTunes Store Link: https://apps.apple.com/us/app/smurfs-village/id399648212?uo=4

       

      🔧 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Cydia, Sileo or Zebra).

       

      🚀 Hack Features

      - Freeze Currencies


      🍏 For Non-Jailbroken & No Jailbreak required hacks: https://iosgods.com/topic/75947-smurfs-village-v2741-jailed-cheats-1-freeze-currencies/

       

      📥 iOS Hack Download Link: https://iosgods.com/topic/75948-smurfs-village-cheats-v2741-1-freeze-currencies/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 440 replies
    • Hungry Hearts Restaurant v1.0.9 +2 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Hungry Hearts Restaurant By GAGEX Co.,Ltd.
      Bundle ID: jp.co.gagex.rigel
      iTunes Store Link: https://apps.apple.com/us/app/hungry-hearts-restaurant/id6504782640?uo=4

       
       

      🤩 Hack Features

      - Unlimited Coins -> Spend some.
      - Unlimited Hearts -> Will not decrease.


      🍏 Jailbreak iOS hacks: [Mod Menu Hack] Hungry Hearts Restaurant v1.0.7 +2 Cheats [ Unlimited Currencies ] - Free Jailbreak Cheats - iOSGods
      🤖 Modded Android APKs: https://iosgods.com/forum/68-android-section/
        • Informative
        • Like
      • 5 replies
    • Hungry Hearts Restaurant v1.0.9 +2 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Hungry Hearts Restaurant By GAGEX Co.,Ltd.
      Bundle ID: jp.co.gagex.rigel
      iTunes Store Link: https://apps.apple.com/us/app/hungry-hearts-restaurant/id6504782640?uo=4

       


      🤩 Hack Features

      - Unlimited Coins -> Spend some.
      - Unlimited Hearts -> Will not decrease.


      🍏 For Non-Jailbroken & No Jailbreak required hacks: [IPA Mod Menu] Hungry Hearts Restaurant v1.0.7 +2 Jailed Cheats [ Unlimited Currencies ] - Free Non-Jailbroken IPA Cheats - iOSGods
      🤖 Modded Android APKs: https://iosgods.com/forum/68-android-section/
        • Agree
        • Thanks
        • Winner
      • 7 replies
    • Train of Hope: Survival Game v1.1.0 +3 Jailed Cheats [ Unlimited Everything ]
      Modded/Hacked App: Train of Hope: Survival Game By Samfinaco LLC
      Bundle ID: com.samfinaco.tos
      iTunes Store Link: https://apps.apple.com/us/app/train-of-hope-survival-game/id6636482655?uo=4

       
       

      🤩 Hack Features

      - Unlimited Resources -> Will increase instead of decrease.
      - Unlimited Hero Experience -> Will increase instead of decrease.
      - Free In-App Purchases
        • Winner
        • Like
      • 3 replies
    • Train of Hope: Survival Game v1.1.0 +3 Cheats [ Unlimited Everything ]
      Modded/Hacked App: Train of Hope: Survival Game By Samfinaco LLC
      Bundle ID: com.samfinaco.tos
      iTunes Store Link: https://apps.apple.com/us/app/train-of-hope-survival-game/id6636482655?uo=4

       
       

      🤩 Hack Features

      - Unlimited Resources -> Will increase instead of decrease.
      - Unlimited Hero Experience -> Will increase instead of decrease.
      - Free In-App Purchases
        • Agree
        • Like
      • 7 replies
    • [Exclusive] Archero 2 v1.0.13 +3++ Mod
      Modded/Hacked App: Archero 2 By HABBY PTE. LTD.
      Bundle ID: com.xq.archeroii
      iTunes Store Link: https://apps.apple.com/us/app/archero-2/id6502820653?uo=4

      ATTENTION!


      using cheats can lead to account ban
      USE IT ON UR OWN RISK

      CHEATS NOT TESTED FOR BANS

       

      🤩 Hack Features

      - Load Mod - after activation or deactivation need restart app
      - Boost Skill Quality - better quality skills for learn
      - Block Rush - disable rusher also works for boss rush
      - Spawn Center - mobs fixed spawn at center
      - Boost Knockback - much more powerful knockback
      - Replace skill on learn - replacing skill (if this skill not yet learned) on learning - u can activate one before learning or activate all and they will be learnt in order they are in list
      - Account Switcher - activate and u got 0-9 accounts
        • Winner
        • Like
      • 10 replies
    • Top Troops: Adventure v2.2.3 +2 Jailed Cheats
      Modded/Hacked App: Top Troops: Adventure RPG By Zynga Inc.
      Bundle ID: game.socialempiresmerge
      iTunes Store Link: https://apps.apple.com/us/app/top-troops-adventure-rpg/id1574634455?uo=4

      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:
      - x4 currency earn
        • Informative
        • Agree
        • Thanks
        • Winner
        • Like
      • 326 replies
    • Top Troops v2.2.3 Cheats +2 Cheats
      Modded/Hacked App: Top Troops: Adventure RPG By Zynga Inc.
      Bundle ID: game.socialempiresmerge
      iTunes Store Link: https://apps.apple.com/us/app/top-troops-adventure-rpg/id1574634455?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - Frozen currency
      - x4 currency earn
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 288 replies
    • Disney Speedstorm v1.10.6 +2 Jailed Cheats [ Unlimited Nitro ]
      Modded/Hacked App: Disney Speedstorm By Gameloft
      Bundle ID: com.gameloft.disneyspeedstorm
      iTunes Store Link: https://apps.apple.com/us/app/disney-speedstorm/id6449708682?uo=4


      Hack Features:
      - Unlimited Nitro -> Will not decrease.
      - Instant Nitro Max


      Jailbreak required hack(s): [Mod Menu Hack] Disney Speedstorm v1.5.0 +2 Cheats [ Unlimited Nitro ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 72 replies
    • Disney Speedstorm v1.10.6 +2 Cheats [ Unlimited Nitro ]
      Modded/Hacked App: Disney Speedstorm By Gameloft
      Bundle ID: com.gameloft.disneyspeedstorm
      iTunes Store Link: https://apps.apple.com/us/app/disney-speedstorm/id6449708682?uo=4


      Hack Features:
      - Unlimited Nitro -> Will not decrease.
      - Instant Nitro Max


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Disney Speedstorm v1.5.0 +2 Jailed Cheats [ Unlimited Nitro ] - Free Non-Jailbroken IPA Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Informative
        • Agree
        • Thanks
        • Winner
        • Like
      • 61 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