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

    • Planet Crusher - Dig & Drill v0.0.28.2 +8 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Planet Crusher - Dig & Drill By Gryphon Games UG (haftungsbeschrankt)
      Bundle ID: com.gryphongames.planetcrusher
      App Store Link: https://apps.apple.com/us/app/planet-crusher-dig-drill/id6738657101?uo=4

       
       

      🤩 Hack Features

      - God Mode
      - Damage Multiplier
      - Drill Damage Multiplier
      - No Knockback
      - Unlimited Currencies -> Will increase instead of decrease.
      - All Planets Unlocked
      - Battle Pass Unlocked
      -- No Ads
        • Like
      • 7 replies
    • Planet Crusher - Dig & Drill v0.0.28.2 +8 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Planet Crusher - Dig & Drill By Gryphon Games UG (haftungsbeschrankt)
      Bundle ID: com.gryphongames.planetcrusher
      App Store Link: https://apps.apple.com/us/app/planet-crusher-dig-drill/id6738657101?uo=4

       
       

      🤩 Hack Features

      - God Mode
      - Damage Multiplier
      - Drill Damage Multiplier
      - No Knockback
      - Unlimited Currencies -> Will increase instead of decrease.
      - All Planets Unlocked
      - Battle Pass Unlocked
      -- No Ads
      • 0 replies
    • EndZone: Defend and Survive v1.0.2 [+3 Cheats]
      Modded/Hacked App: EndZone: Defend and Survive By Artemis Aura Limited
      Bundle ID: com.jiujiu.zombiedefense
      App Store Link: https://apps.apple.com/us/app/endzone-defend-and-survive/id6742880291?uo=4



      🤩 Hack Features

      - Never Die
      - Always Can Upgrade
      - No Resource Cost
       
        • Thanks
        • Like
      • 3 replies
    • EndZone: Defend and Survive v1.0.2 [+3 Jailed Cheats]
      Modded/Hacked App: EndZone: Defend and Survive By Artemis Aura Limited
      Bundle ID: com.jiujiu.zombiedefense
      App Store Link: https://apps.apple.com/us/app/endzone-defend-and-survive/id6742880291?uo=4



      🤩 Hack Features

      - Never Die
      - Always Can Upgrade
      - No Resource Cost
        • Informative
        • Like
      • 6 replies
    • Knights of Pen and Paper 3 v1.5.3 [+5 Cheats]
      Modded/Hacked App: Knights of Pen and Paper 3 By Northica Oy
      Bundle ID: com.northicagames.kopp3
      App Store Link: https://apps.apple.com/us/app/knights-of-pen-and-paper-3/id6462194230?uo=4



      🤩 Hack Features

      - High Gold Gain (Enable and Win Fight)
      - Always Can Claim Achievements
      - Auto Win (Enable inside battle)
      - Level Up Characters (Enable and your heroes levels up)
      - Max Level Equipments (Enable and all equipments will be max level)

        • Winner
        • Like
      • 5 replies
    • Knights of Pen and Paper 3 v1.5.3 [+5 Jailed Cheats]
      Modded/Hacked App: Knights of Pen and Paper 3 By Northica Oy
      Bundle ID: com.northicagames.kopp3
      App Store Link: https://apps.apple.com/us/app/knights-of-pen-and-paper-3/id6462194230?uo=4



      🤩 Hack Features

      - High Gold Gain (Enable and Win Fight)
      - Always Can Claim Achievements
      - Auto Win (Enable inside battle)
      - Level Up Characters (Enable and your heroes levels up)
      - Max Level Equipments (Enable and all equipments will be max level)

        • Thanks
        • Like
      • 7 replies
    • Idle Army: Trading Weapons v1.14.1 [+5 Jailed Cheats]
      Modded/Hacked App: Idle Army: Trading Weapons By UNIMOB VIET NAM COMPANY LIMITED
      Bundle ID: com.unimob.idle.army
      App Store Link: https://apps.apple.com/us/app/idle-army-trading-weapons/id6670773625?uo=4



      🤩 Hack Features

      - Always Enough Resources (Gem, Skip Ads etc.)
      - Max Gold (Enable inside game)
      - 2x Game Speed (Enable inside game)
      - Kill Monster (Enable inside game)
      - Add All Pet

        • Thanks
        • Winner
        • Like
      • 18 replies
    • Idle Army: Trading Weapons v1.14.1 [+5 Cheats]
      Modded/Hacked App: Idle Army: Trading Weapons By UNIMOB VIET NAM COMPANY LIMITED
      Bundle ID: com.unimob.idle.army
      App Store Link: https://apps.apple.com/us/app/idle-army-trading-weapons/id6670773625?uo=4

       

      🤩 Hack Features

      - Always Enough Resources (Gem, Skip Ads etc.)
      - Max Gold (Enable inside game)
      - 2x Game Speed (Enable inside game)
      - Kill Monster (Enable inside game)
      - Add All Pet

        • Agree
        • Thanks
        • Winner
        • Like
      • 6 replies
    • Kingdom Survivors v1.0760 [+4 Cheats]
      Modded/Hacked App: Kingdom Survivors By a plant standing on a chair Game Studio HB
      Bundle ID: com.DefaultCompany.MonsJacobSurvivorGame
      iTunes Store Link: https://apps.apple.com/us/app/kingdom-survivors/id1662497248?uo=4



      🚀 Hack Features

      - Never Die
      - Gain Exp (Toggle On gives you exp in battle)
      - Unlock All Characters
      - Add Currency
        • Winner
        • Like
      • 22 replies
    • Kingdom Survivors v1.0760 [+4 Jailed Cheats]
      Modded/Hacked App: Kingdom Survivors By a plant standing on a chair Game Studio HB
      Bundle ID: com.DefaultCompany.MonsJacobSurvivorGame
      iTunes Store Link: https://apps.apple.com/us/app/kingdom-survivors/id1662497248?uo=4



      Hack Features:

      - Never Die
      - Gain Exp (Toggle On gives you exp in battle)
      - Unlock All Characters
      - Add Currency

        • Informative
        • Agree
        • Thanks
        • Like
      • 19 replies
    • Stand & Fight: Backpack Battle v0.9.1 Debug Menu [+10 Jailed Cheats]
      Modded/Hacked App: Stand & Fight: Backpack Battle By VERARIUM COM SERVICOS LDA ZFM
      Bundle ID: com.V.StandAndFight
      App Store Link: https://apps.apple.com/us/app/stand-fight-backpack-battle/id6740915182?uo=4



      🤩 Hack Features

      - Debug Menu

       
        • Informative
        • Like
      • 10 replies
    • Stand & Fight: Backpack Battle v0.9.1 Debug Menu [+10 Cheats]
      Modded/Hacked App: Stand & Fight: Backpack Battle By VERARIUM COM SERVICOS LDA ZFM
      Bundle ID: com.V.StandAndFight
      App Store Link: https://apps.apple.com/us/app/stand-fight-backpack-battle/id6740915182?uo=4



      🤩 Hack Features

      - Debug Menu
        • Agree
        • Winner
        • Like
      • 10 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