Jump to content

14 posts in this topic

Recommended Posts

Posted (edited)

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

Updated by DiDA
Posted

export THEOS=/users/theos/

Run that in your terminal and make again.

Posted
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 

Posted
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

Posted
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

Posted
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?

Posted (edited)
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

Updated by K_K

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
  • Our picks

    • Conquer Countries v9.30 +5 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Conquer Countries By SUPERSONIC STUDIOS LTD
      Bundle ID: com.ridgge.conquercountries
      iTunes Store Link: https://apps.apple.com/us/app/conquer-countries/id6480472116?uo=4

       
       

      Hack Features

      - Add Money*
      - Add People*
      - Add Knowledge*
      - Unlimited Gems -> Earn some.
      -- Gold Pass Purchased

      * - Head into Settings and toggle the Sound button. Only enable 1 feature at a time.


      Jailbreak required iOS hacks: [Mod Menu Hack] Conquer Countries v9.0 +5 Cheats [ Unlimited Currencies ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APKs: https://iosgods.com/forum/68-android-section/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 36 replies
    • Conquer Countries v9.30 +5 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Conquer Countries By SUPERSONIC STUDIOS LTD
      Bundle ID: com.ridgge.conquercountries
      iTunes Store Link: https://apps.apple.com/us/app/conquer-countries/id6480472116?uo=4

       
       

      Hack Features

      - Add Money*
      - Add People*
      - Add Knowledge*
      - Unlimited Gems -> Earn some.
      -- Gold Pass Purchased

      * - Head into Settings and toggle the Sound button. Only enable 1 feature at a time.


      For Non-Jailbroken & No Jailbreak required hacks: [IPA Mod Menu] Conquer Countries v9.0 +5 Jailed Cheats [ Unlimited Currencies ] - Free Non-Jailbroken IPA Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 17 replies
    • Idle Zombie Miner: Gold Tycoon v2.243.1940 +1++ Jailed Cheat [ Currencies ]
      Modded/Hacked App: Idle Zombie Miner: Gold Tycoon By VISTREX LIMITED
      Bundle ID: com.zombie.idleminertycoon
      iTunes Store Link: https://apps.apple.com/us/app/idle-zombie-miner-gold-tycoon/id6471983323?uo=4


      Hack Features:
      - Unlimited Currencies -> Will increase instead of decrease.


      Jailbreak required hack(s): [Mod Menu Hack] Idle Zombie Miner: Gold Tycoon v2.53.1001 +1++ Cheat [ Unlimited Currencies ] - 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
      • 109 replies
    • Idle Zombie Miner: Gold Tycoon v2.243.1940 +1++ Cheat [ Currencies ]
      Modded/Hacked App: Idle Zombie Miner: Gold Tycoon By VISTREX LIMITED
      Bundle ID: com.zombie.idleminertycoon
      iTunes Store Link: https://apps.apple.com/us/app/idle-zombie-miner-gold-tycoon/id6471983323?uo=4


      Hack Features:
      - Unlimited Currencies -> Will increase instead of decrease.


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Idle Zombie Miner: Gold Tycoon v2.53.1001 +1++ Jailed Cheat [ Unlimited Currencies ] - 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
        • Haha
        • Thanks
        • Winner
        • Like
      • 72 replies
    • Disney Emoji Blitz Game v70.2.1 +1++ Jailed Cheat [ Unlimited Currencies ]
      Modded/Hacked App: Disney Emoji Blitz Game By Jam City, Inc.
      Bundle ID: com.disney.emojimatch
      iTunes Store Link: https://apps.apple.com/us/app/disney-emoji-blitz-game/id1017551780
       

      Hack Features:
      - Unlimited Currencies -> Earn some.


      Jailbreak required hack(s): https://iosgods.com/topic/168886-disney-emoji-blitz-game-all-versions-1-cheats-unlimited-currencies/
      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
      • 181 replies
    • Eterspire - Fantasy MMORPG v55.0 +2 Jailed Cheats [ Damage & Defence ]
      Modded/Hacked App: Eterspire - Fantasy MMORPG By Stonehollow Workshop LLC
      Bundle ID: com.stonehollow-workshop.Eterspire
      iTunes Store Link: https://apps.apple.com/us/app/eterspire-fantasy-mmorpg/id1658183817?uo=4

       
       

      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
        • Informative
        • Agree
        • Like
      • 26 replies
    • Eterspire - Fantasy MMORPG v55.0 +2 Cheats [ Damage & Defence ]
      Modded/Hacked App: Eterspire - Fantasy MMORPG By Stonehollow Workshop LLC
      Bundle ID: com.stonehollow-workshop.Eterspire
      iTunes Store Link: https://apps.apple.com/us/app/eterspire-fantasy-mmorpg/id1658183817?uo=4

       
       

      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
        • Agree
        • Thanks
        • Winner
        • Like
      • 106 replies
    • Love Sparks: Make Me Blush v2.46.0 +2++ Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Love Sparks: Make Me Blush By SVEG MASHA, OOO
      Bundle ID: com.swagmasha.lovespark
      iTunes Store Link: https://apps.apple.com/us/app/love-sparks-make-me-blush/id1580105392?uo=4
       

      Hack Features:
      - Unlimited Gems -> Earn some.
      - VIP Enabled


      Jailbreak required hack(s): [Mod Menu Hack] Love Sparks: My Secret Fantasy v2.17.0 +2 Cheats [ Unlimited Gems ] - 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
      • 911 replies
    • Love Sparks: Make Me Blush v2.46.0 +2++ Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Love Sparks: Make Me Blush By SVEG MASHA, OOO
      Bundle ID: com.swagmasha.lovespark
      iTunes Store Link: https://apps.apple.com/us/app/love-sparks-make-me-blush/id1580105392?uo=4
       

      Hack Features:
      - Unlimited Gems -> Earn some.
      - VIP Enabled


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Love Sparks: My Secret Fantasy v2.17.0 +3 Jailed Cheats [ Unlimited Gems ] - 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
        • Haha
        • Thanks
        • Winner
        • Like
      • 393 replies
    • Disney Emoji Blitz Game v70.2.1 +1++ Cheat [ Unlimited Currencies ]
      Modded/Hacked App: Disney Emoji Blitz Game By Jam City, Inc.
      Bundle ID: com.disney.emojimatch
      iTunes Store Link: https://apps.apple.com/us/app/disney-emoji-blitz-game/id1017551780
       

      Hack Features:
      - Unlimited Currencies -> Earn some.


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/168888-disney-emoji-blitz-game-v5320-1-jailed-cheat-unlimited-currencies/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 60 replies
    • Train Attack: Merge War v1.0.5 [+4 Jailed Cheats]
      Modded/Hacked App: Train Attack: Merge War By MAD PIXEL GAMES LTD
      Bundle ID: adventure.train.battle.survive
      App Store Link: https://apps.apple.com/us/app/train-attack-merge-war/id6747774853?uo=4



      🤩 Hack Features

      - Remove Ads (Can crash game open again)
      - Activate Vip
      - Add Currency
      - Never Die
        • Winner
      • 2 replies
    • Train Attack: Merge War v1.0.5 [+4 Cheats]
      Modded/Hacked App: Train Attack: Merge War By MAD PIXEL GAMES LTD
      Bundle ID: adventure.train.battle.survive
      App Store Link: https://apps.apple.com/us/app/train-attack-merge-war/id6747774853?uo=4



      🤩 Hack Features

      - Remove Ads (Can crash game open again)
      - Activate Vip
      - Add Currency
      - Never Die
        • Winner
      • 4 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