Jump to content

Error when setup theos for new project


Go to solution Solved by G0DSTIER,

30 posts in this topic

Recommended Posts

Posted

I keep getting some errors while setup theos for new project and idk what cause it.

At first I ignored this error then I realized after compile my project and install it with "make package install"

The tweak doesn't showed up in setting nor in app

 

i tried both sdk 9.3 and 10 and still had the same issue

tweak patcher 3.1 from this post :

 

This is some errors that i get.

NIC 2.0 - New Instance Creator
------------------------------
Can't stat /private/var/theos/vendor/templates: No such file or directory
 at /var/theos/bin/nic.pl line 273.
  [1.] iOSGods Tweak Patcher v3.1
  [2.] iphone/activator_event
  [3.] iphone/application_modern
  [4.] iphone/application_swift
  [5.] iphone/flipswitch_switch
  [6.] iphone/framework
  [7.] iphone/library
  [8.] iphone/preference_bundle_modern
  [9.] iphone/tool
  [10.] iphone/tool_swift
  [11.] iphone/tweak
  [12.] iphone/xpc_service
Choose a Template (required): 1
Project Name (required): bloodyharry
Package Name [com.yourcompany.bloodyharry]: com.rauhiq9a.bloodyharry
Author/Maintainer Name [System Administrator]: Rauhiq9a
[iOSGods Tweak Patcher v3.1] MobileSubstrate Bundle filter [com.apple.springboard]: com.FDGEntertainment.BloodyHarry
[iOSGods Tweak Patcher v3.1] App Name: Bloody Harry
Instantiating iOSGods Tweak Patcher v3.1 in bloodyharry/...
Done.
MUHD-IPHONE-BIN-APPLE:~ root# cd bloodyharry
MUHD-IPHONE-BIN-APPLE:~/bloodyharry root# make package install
> Making all for tweak bloodyharry…
==> Preprocessing Tweak.xm…
==> Preprocessing Tweak.xm…
==> Compiling Tweak.xm (armv7)…
bash: line 1: 16267 Killed: 9               ( clang++ -x objective-c++ -c -I"/var/root/bloodyharry" -I/var/theos/include -I/var/theos/vendor/include -I/var/theos/include/_fallback -include /var/theos/Prefix.pch -MT /var/root/bloodyharry/.theos/obj/armv7/Tweak.xm.848ebe16.o -MMD -MP -MF "/var/root/bloodyharry/.theos/obj/armv7/Tweak.xm.848ebe16.Td" -fcolor-diagnostics -DTARGET_IPHONE=1 -Os -Wall -ggdb -Werror -isysroot "/var/theos/sdks/iPhoneOS9.3.sdk" -miphoneos-version-min=9.3 -fmodules -fcxx-modules -fmodule-name=bloodyharry -fbuild-session-file=/var/root/bloodyharry/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session -DTHEOS_INSTANCE_NAME="\"bloodyharry\"" -fmodules -fcxx-modules -fmodule-name=bloodyharry -fbuild-session-file=/var/root/bloodyharry/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session -arch armv7 /var/root/bloodyharry/.theos/obj/armv7/Tweak.xm.mm -o /var/root/bloodyharry/.theos/obj/armv7/Tweak.xm.848ebe16.o )
make[3]: *** [/var/theos/makefiles/instance/rules.mk:268: /var/root/bloodyharry/.theos/obj/armv7/Tweak.xm.848ebe16.o] Error 137
rm /var/root/bloodyharry/.theos/obj/armv7/Tweak.xm.mm
make[2]: *** [/var/theos/makefiles/instance/library.mk:33: /var/root/bloodyharry/.theos/obj/armv7/bloodyharry.dylib] Error 2
make[2]: *** Waiting for unfinished jobs....
==> Compiling Tweak.xm (arm64)…
Tweak.xm:49:22: error: instance method '-openURL:options:completionHandler:' not found (return type defaults to 'id') [-Werror,-Wobjc-method-access]
        [application openURL:URL options:@{} completionHandler:^(BOOL success) {
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:103:40: note: receiver is instance of class declared here
NS_CLASS_AVAILABLE_IOS(2_0) @interface UIApplication : UIResponder
                                       ^
Tweak.xm:60:22: error: instance method '-openURL:options:completionHandler:' not found (return type defaults to 'id') [-Werror,-Wobjc-method-access]
        [application openURL:URL options:@{} completionHandler:^(BOOL success) {
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:103:40: note: receiver is instance of class declared here
NS_CLASS_AVAILABLE_IOS(2_0) @interface UIApplication : UIResponder
                                       ^
2 errors generated.
make[3]: *** [/var/theos/makefiles/instance/rules.mk:268: /var/root/bloodyharry/.theos/obj/arm64/Tweak.xm.3979e0a9.o] Error 1
rm /var/root/bloodyharry/.theos/obj/arm64/Tweak.xm.mm
make[2]: *** [/var/theos/makefiles/instance/library.mk:33: /var/root/bloodyharry/.theos/obj/arm64/bloodyharry.dylib] Error 2
make[1]: *** [/var/theos/makefiles/instance/library.mk:24: internal-library-all_] Error 2
make: *** [/var/theos/makefiles/master/rules.mk:111: bloodyharry.all.tweak.variables] Error 2

 

Posted
19 minutes ago, Crowned Arts said:

Not sure if this helps, but try having a look at this guide;

 

 thanks that vid did solve the

Can't stat /private/var/theos/vendor/templates: No such file or directory
 at /var/theos/bin/nic.pl line 273.

 

but I still get 2 error generated

make[3]: *** [/var/theos/makefiles/instance/rules.mk:268: /var/root/bloodyharry/.theos/obj/armv7/Tweak.xm.848ebe16.o] Error 1
rm /var/root/bloodyharry/.theos/obj/armv7/Tweak.xm.mm
make[2]: *** [/var/theos/makefiles/instance/library.mk:33: /var/root/bloodyharry/.theos/obj/armv7/bloodyharry.dylib] Error 2
make[1]: *** [/var/theos/makefiles/instance/library.mk:24: internal-library-all_] Error 2
make: *** [/var/theos/makefiles/master/rules.mk:111: bloodyharry.all.tweak.variables] Error 2

 

 

Posted (edited)
9 minutes ago, Rauhiq9a said:

 thanks that vid did solve the

Can't stat /private/var/theos/vendor/templates: No such file or directory
 at /var/theos/bin/nic.pl line 273.

 

but I still get 2 error generated

make[3]: *** [/var/theos/makefiles/instance/rules.mk:268: /var/root/bloodyharry/.theos/obj/armv7/Tweak.xm.848ebe16.o] Error 1
rm /var/root/bloodyharry/.theos/obj/armv7/Tweak.xm.mm
make[2]: *** [/var/theos/makefiles/instance/library.mk:33: /var/root/bloodyharry/.theos/obj/armv7/bloodyharry.dylib] Error 2
make[1]: *** [/var/theos/makefiles/instance/library.mk:24: internal-library-all_] Error 2
make: *** [/var/theos/makefiles/master/rules.mk:111: bloodyharry.all.tweak.variables] Error 2

 

 

Try updating Theos and using 10.3 SDK and make sure it's in all the right places. You may need to install Theos manually, if you did then do it automatically by running "theos installer 10.3".

Updated by ZoZo03XX
Posted
3 minutes ago, ZoZo03XX said:

Are you trying to make a mod menu?

this tut only mention about tweak patcher...idk i can make mod menu from it..

and im not trying make mod menu from that tut.. hehe

Posted (edited)
6 minutes ago, Rauhiq9a said:

this tut only mention about tweak patcher...idk i can make mod menu from it..

and im not trying make mod menu from that tut.. hehe

I edited my post but I guess it was too late.

"Try updating Theos and using 10.3 SDK and make sure it's in all the right places. You may need to delete and install install Theos manually, if you did then do it automatically by running "theos installer 10.3"." 

Updated by ZoZo03XX
Posted
1 minute ago, ZoZo03XX said:

I edited my post but I guess it was too late.

"Try updating Theos and using 10.3 SDK and make sure it's in all the right places. You may need to delete and install install Theos manually, if you did then do it automatically by running "theos installer 10.3"." 

do I've to delete theos file in /var/theos or i need to do something else?

just ask in case if that is not a proper way to delete it

Posted (edited)
1 minute ago, Rauhiq9a said:

do I've to delete theos file in /var/theos or i need to do something else?

just ask in case if that is not a proper way to delete it

I remove every folder of theos I can find.

 

Try this first:

Go to the following and remove "arm64e" from the list.

 

/var/theos/vendor/lib/CydiaSubstrate.framework/CydiaSubstrate.tbd
Updated by ZoZo03XX
Posted
Just now, ZoZo03XX said:

I remove every folder of theos I can find.

 

Try this first:

Go to the following and remove "arm64e" from the list.

 


/var/theos/vendor/lib/CydiaSubstrate.framework/CydiaSubstrate.tbd

thanks.. i'll try that 😊

Posted
1 minute ago, Rauhiq9a said:

thanks.. i'll try that 😊

Once you remove arm64e whever you see it in there (should be 2), let me know what happens.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below. For more information, please read our Posting Guidelines.
Reply to this topic... Posting Guidelines

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Our picks

    • Lollipop 3: Match 3 Puzzles v25.0401.01 [ +5 Cheats ] Auto Win
      Modded/Hacked App: Lollipop 3: Match 3 Puzzles By Puzzle1Studio,inc.
      Bundle ID: com.puzzle1studio.ap.lollipopsweetheroesmatch3
      iTunes Store Link: https://apps.apple.com/us/app/lollipop-3-match-3-puzzles/id1634326372?uo=4
       

      🤩 Hack Features

      - Coins

      - Lives

      - Booster

      - Moves

      - Auto Win 
      • 4 replies
    • Lollipop 3: Match 3 Puzzles v25.0401.01 [ +5 Jailed ] Auto Win
      Modded/Hacked App: Lollipop 3: Match 3 Puzzles By Puzzle1Studio,inc.
      Bundle ID: com.puzzle1studio.ap.lollipopsweetheroesmatch3
      iTunes Store Link: https://apps.apple.com/us/app/lollipop-3-match-3-puzzles/id1634326372?uo=4

       

       

      📌 Mod Requirements

      - Non-Jailbroken/Jailed or Jailbroken iPhone or iPad.
      - Sideloadly or alternatives.
      - Computer running Windows/macOS/Linux with iTunes installed.

       

      🤩 Hack Features

      - Coins

      - Lives

      - Booster

      - Moves

      - Auto Win 

       

      ⬇️ iOS Hack Download IPA Link


      Hidden Content

      Download via the iOSGods App
      • 5 replies
    • Dream Resort - Match 3 Games v1.2.9 [ +7 Jailed ] Auto Win
      Modded/Hacked App: Dream Resort - Match 3 Games By F.O.G LIMITED
      Bundle ID: com.dream.resort.candy.match.mania.ios
      iTunes Store Link: https://apps.apple.com/us/app/dream-resort-match-3-games/id6737011572?uo=4
       

      🚀 Hack Features

      - Auto ADS Disable

      - Coins

      - Diamonds

      - Lives Cost

      - Moves Freeze

      - Booster [ Buy Get Unlimited After use Then work ]

      - Auto win 


      🍏 Jailbreak iOS hacks: https://iosgods.com/forum/5-game-cheats-hack-requests/
      🤖 Modded Android APKs: https://iosgods.com/forum/68-android-section/
      • 7 replies
    • Dream Resort - Match 3 Games v1.2.9 [ +7 Cheats ] Auto Win
      Modded/Hacked App: Dream Resort - Match 3 Games By F.O.G LIMITED
      Bundle ID: com.dream.resort.candy.match.mania.ios
      iTunes Store Link: https://apps.apple.com/us/app/dream-resort-match-3-games/id6737011572?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

      - Auto ADS Disable

      - Coins

      - Diamonds

      - Lives Cost

      - Moves Freeze

      - Booster [ Buy Get Unlimited After use Then work ]

      - Auto win 


      🍏 For Non-Jailbroken & No Jailbreak required hacks: https://iosgods.com/forum/79-no-jailbreak-section/
      🤖 Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      • 8 replies
    • Disney Solitaire v0.44.1 [ +7 Cheats ] Auto Win
      Modded/Hacked App: Disney Solitaire By SuperPlay LTD
      Bundle ID: com.superplaystudios.disneysolitairedreams
      iTunes Store Link: https://apps.apple.com/ph/app/disney-solitaire/id6475757306?uo=4
       

      🤩 Hack Features

      - Coins [ Win Match ]

      - Task [ No Need Star ]

      - Stars

      - Undo

      - Wild Card

      - Free Ticket

      - Auto Win
      • 3 replies
    • Disney Solitaire v0.44.1 [ +7 Jailed ] Auto Win
      Modded/Hacked App: Disney Solitaire By SuperPlay LTD
      Bundle ID: com.superplaystudios.disneysolitairedreams
      iTunes Store Link: https://apps.apple.com/ph/app/disney-solitaire/id6475757306?uo=4


      🤩 Hack Features

      - Coins [ Win Match ]

      - Task [ No Need Star ]

      - Stars

      - Undo

      - Wild Card

      - Free Ticket

      - Auto Win
      • 4 replies
    • Matching Story v1.36.02 [ +6 Cheats ] Auto Win
      Modded/Hacked App: Matching Story By VERTEX GAMES PTE. LTD.
      Bundle ID: matching.story
      iTunes Store Link: https://apps.apple.com/ph/app/matching-story/id1558803930?uo=4


      🤩 Hack Features

      - Auto Win

      - Coins

      - Diamonds [ Win Match Linked With Moves ]

      - Lives

      - Booster

      - Moves
      • 13 replies
    • Matching Story v1.36.02 [ +6 Jailed ] Auto Win
      Modded/Hacked App: Matching Story By VERTEX GAMES PTE. LTD.
      Bundle ID: matching.story
      iTunes Store Link: https://apps.apple.com/ph/app/matching-story/id1558803930?uo=4

       
      🤩 Hack Features

      - Auto Win

      - Coins

      - Diamonds [ Win Match Linked With Moves ]

      - Lives

      - Booster

      - Moves
      • 18 replies
    • WAR OF THE VISIONS FFBE Cheats v11.3.6 +3 [ Multiply Damage & Defense ]
      Modded/Hacked App: FINAL FANTASY BE:WOTV By SQUARE ENIX Co., Ltd.
      Bundle ID: com.square-enix.WOTVffbeww
      iTunes Store Link: https://apps.apple.com/us/app/final-fantasy-be-wotv/id1484937345?uo=4


      Hack Features:
      - Multiply Attack
      - Multiply Defense
      - Full Map Movement


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/173485-final-fantasy-bewotv-v730-jailed-cheats-3/


      iOS Hack Download Link: https://iosgods.com/topic/173483-war-of-the-visions-ffbe-cheats-v740-3-multiply-damage-defense/
      • 210 replies
    • SimCity BuildIt Cheats v1.63.0 +1 [ Freeze Currencies ]
      Modded/Hacked App: SimCity BuildIt By EA Swiss Sarl
      Bundle ID: com.ea.simcitymobile.bv
      iTunes Store Link: https://apps.apple.com/us/app/simcity-buildit/id913292932?uo=4


      Hack Features:
      - Infinite Currencies


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/124792-arm64-simcity-buildit-v1412-jailed-cheats-1/


      iOS Hack Download Link: https://iosgods.com/topic/157687-simcity-buildit-cheats-v1415-1/
      • 647 replies
    • PewDiePie's Tuber Simulator Cheats v2.48.0 +3
      Modded/Hacked App: PewDiePie's Tuber Simulator By Outerminds Inc.
      Bundle ID: com.outerminds.tubular
      iTunes Store Link: https://apps.apple.com/us/app/pewdiepies-tuber-simulator/id1093190533?uo=4

       

      📌 Mod Requirements

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

       

      🤩 Hack Features

      - Infinite Subscriber
      - Infinite Views
      - Infinite Bux

      NOTE: Please complete tutorial first before enabling the hacks otherwise it won't work

      NOTe 2: Please make a youtube video to get some views first (without hack) then before enable infinite views

       

      Non-Jailbroken Hack: https://iosgods.com/topic/86411-pewdiepies-tuber-simulator-v2450-jailed-cheats-3/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/86366-pewdiepies-tuber-simulator-cheats-v2460-3/
      • 1,143 replies
    • [ ArKnights TW ] 明日方舟 v26.3.21 - [ x Player Damage & More ]
      Modded/Hacked App: 明日方舟 By GRYPH FRONTIER PTE. LTD.
      Bundle ID: tw.txwy.ios.arknights
      iTunes Store Link: https://apps.apple.com/tw/app/%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F/id1490985322?uo=4

       

      📌 Mod Requirements

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

       

      🤩 Hack Features

      - x Player Damage - x1 - 1000
      - x Player Defense - x1 - 1000
      - x Player Attack Speed - x1 - 10
      - Frozen Enemies
      - Instant - Kill
      - Instant - Win
      - Unlimited Skills
      - No Deploy Cost

       

      Non-Jailbroken Hack: https://iosgods.com/topic/129722-arknights-tw-%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F-v26321-jailed-cheats-8/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/129583-arknights-tw-%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F-v26321-x-player-damage-more/
      • 455 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