Jump to content

Error when setup theos for new project


G0DSTIER
Go to solution Solved by G0DSTIER,

30 posts in this topic

Recommended Posts

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

 

Link to comment
Share on other sites

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

 

 

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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 😊

Link to comment
Share on other sites

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

    • Jurassic World Alive v3.7.32 - [ Dino Don't Move & More ]
      Modded/Hacked App: Jurassic World Alive By Ludia
      Bundle ID: com.ludia.jw2
      iTunes Store Link: https://apps.apple.com/us/app/jurassic-world-alive/id1231085864

      Hack Features:
      - Dino Don't Move
      - Inf.Battery
      - VIP Enabled

      This hack works on the latest x64 or ARM64 iDevices: iPhone 5s, 6, 6 Plus, 6s, 6s Plus, 7, 7 Plus, 8, 8 Plus, X, Xr, Xs, Xs Max, SE, iPod Touch 6G, iPad Air, Air 2, Pro & iPad Mini 2, 3, 4 and later.


      Jailbreak required hack(s): https://iosgods.com/topic/103431-jurassic-world-alive-v1829-dino-dont-move-more/?tab=comments#comment-3107135
      • 1,579 replies
    • Jurassic World Alive v3.7.32 - [ Dino Don't Move & More ]
      Modded/Hacked App: Jurassic World Alive By Ludia
      Bundle ID: com.ludia.jw2
      iTunes Store Link: https://apps.apple.com/us/app/jurassic-world-alive/id1231085864


      Hack Features:
      - Dino Don't Move
      - Inf. Battery
      - VIP Enabled

      This hack is an In-Game Mod Menu (iGMM). In order to activate the Mod Menu, tap on the iOSGods button found inside the app. This hack works on the latest x64 or ARM64 iDevices: iPhone 5s, 6, 6 Plus, 6s, 6s Plus, 7, 7 Plus, 8, 8 Plus, X, Xr, Xs, Xs Max, SE, iPod Touch 6G, iPad Air, Air 2, Pro & iPad Mini 2, 3, 4 and later.
      • 1,495 replies
    • Modded/Hacked App: Kritika: The White Knights by GAMEVIL Inc.
      Bundle ID: com.gamevil.kritikam.ios.apple.global.normal
      iTunes Store Link: https://apps.apple.com/us/app/kritika-the-white-knights/id865958296

      Hack Features:
      - Infinite Potions (Increase instead of decrease)
      - Infinite Mana
      - No Potion Cooldown
      - Instant EX Gauge Fill
      - God Mode / Never Die
      - No Stage Timer -> Added upon request.

      This hack works on the latest x64 or ARM64 & ARM64e iDevices: iPhone 5s, 6, 6 Plus, 6s, 6s Plus, 7, 7 Plus, 8, 8 Plus, X, Xr, Xs, Xs Max, 11, 11 Pro, 11 Pro Max, 12, 12 Pro, 12 Pro Max, 12 Mini, 13, 13 Pro, 13 Pro Max, 13 Mini, 14, 14 Plus, 14 Pro, 14 Pro Max, SE, iPod Touch 6G, 7G, iPad Air, Air 2, iPad Pro & iPad Mini 2, 3, 4, 5, 6 and later.
      Jailbroken version of this hack: https://iosgods.com/topic/44092-vip-exclusive-kritika-the-white-knights-v2412-15-cheats/
      • 1,330 replies
    • Kritika: The White Knights v5.5.2 +3 [God Mode & Set Damage Multiplier]
      Modded/Hacked App: Kritika: The White Knights By GAMEVIL Inc.
      Bundle ID: com.gamevil.kritikam.ios.apple.global.normal
      iTunes Store Link: https://itunes.apple.com/us/app/kritika-the-white-knights/id865958296
       

      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iFile / Filza / iFunBox / iTools or any other file managers for iOS.
      - Cydia Substrate or Substitute.
      - PreferenceLoader (from Cydia or Sileo).


      Hack Features:
      - God Mode Works Everywhere
      - Set Damage Multiplier - Do not set it too high, you will get kicked out if you do.
      - No Skill Cooldown 

      All features are unlinked!
      • 1,859 replies
    • Bullet Force v1.100.7 +3 Jailed Cheats [Radar Hack]
      Modded/Hacked App: Bullet Force by Blayze Games, L.L.C.
      Bundle ID: com.blayzegames.iosfps
      iTunes Store Link: https://itunes.apple.com/us/app/bullet-force/id1009134067

      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Cydia Impactor.
      - A Computer Running Windows/Mac/Linux.


      Hack Features:
      - Radar Hack - Shows all enemies on the radar.
      - Instant Reload
      - Anti-Flash - Flashbangs have no effect.
      • 524 replies
    • [FREE] Bullet Force v1.100.7 +10 Cheats [Shoot Through Walls]
      Modded/Hacked App: Bullet Force By Blayze Games, L.L.C.
      Bundle ID: com.blayzegames.iosfps
      iTunes Store Link: https://itunes.apple.com/us/app/bullet-force/id1009134067


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iFile / Filza / iFunBox / iTools or any other file managers for iOS.
      - Cydia Substrate (from Cydia).
      - PreferenceLoader (from Cydia).


      Hack Features:
      - Unlimited Ammo + Increased Fire Rate - Both are linked. I can't unlink them, sorry.
      - Shoot Through Walls - Doesn't work for all walls.
      - ESP - Shows enemies nametags through walls.
      - Radar Hack - Shows all enemies on the radar.
      - Unlock All Perks
      - Instant Reload
      - Anti-Flash - Flashbangs have no effect.
      - Unlimited Throwables - Will not decrease. Works online, kinda.
      • 3,695 replies
    • [ViP-Exclusive] Kritika: The White Knights v5.5.2 +10 Cheats
      Hacked App: Kritika: The White Knights By GAMEVIL Inc.
      iTunes Link: https://itunes.apple.com/us/app/kritika-the-white-knights/id865958296
      Bundle ID: com.gamevil.kritikam.ios.apple.global.normal


      Hack Features
      - Infinite Potions (Increase instead of decrease)
      - Infinite Mana
      - No Potion Cooldown
      - Instant EX Gauge Fill
      - God Mode in Stage Mode
      - God Mode in Tower & Monster Wave
      - God Mode in Arena & PvP (Untested)
      - Timer Hack*
      - Mao Support Always Active
      - 1 Hit Kill in Monster -> One Hit Kill was Replaced with "Monster Level 1"
      - Enemy Doesn't Attack
      - Boss Doesn't Attack
      - Enemy Doesn't Move
      - Boss Doesn't Move
      - Monster Level 1 -> Easy kills
      • 3,043 replies
    • DRAGON BALL LEGENDS v5.5.1- [ Enemies Don't Attack & More ]
      Modded/Hacked App: DRAGON BALL LEGENDS By BANDAI NAMCO Entertainment Inc.
      Bundle ID: jp.co.bandainamcoent.BNEI0334
      iTunes Store Link: https://itunes.apple.com/us/app/dragon-ball-legends/id1358222641


      Mod Requirements:
      - Jailbroken or Non-Jailbroken iPhone/iPad/iPod Touch.
      - Cydia Impactor.
      - A Computer Running Windows/Mac/Linux.


      Hack Features:
      - Enemies Don't Attack
      - No Ki Cost
      - Unlimited Ki
      - Tutorial Bypassed - No Need To Play Tutorial
      - No Character Swap CoolDown
      - No Vanish CoolDown
      - Auto Complete All Challenges - Currency/Chrono Crystals Hack! 
      - Always Critical
      - All Cards Give DragonBall 
      • 2,507 replies
    • DRAGON BALL LEGENDS v5.5.1 +3 Jailed Cheats [No Ki Cost + More]
      Modded/Hacked App: DRAGON BALL LEGENDS By BANDAI NAMCO Entertainment Inc.
      Bundle ID: jp.co.bandainamcoent.BNEI0334
      iTunes Store Link: https://itunes.apple.com/us/app/dragon-ball-legends/id1358222641


      Mod Requirements:
      - Jailbroken or Non-Jailbroken iPhone/iPad/iPod Touch.
      - Cydia Impactor.
      - A Computer Running Windows/Mac/Linux.


      Hack Features:
      - No Ki Cost
      - No Character Swap Cooldown
      - No Vanish Cooldown
      - Tutorial Bypassed
      • 4,880 replies
    • DRAGON BALL LEGENDS v5.5.1 +7 FREE Cheats
      Modded/Hacked App: DRAGON BALL LEGENDS by BANDAI NAMCO Entertainment Inc.
      Bundle ID: jp.co.bandainamcoent.BNEI0334
      iTunes Store Link: https://apps.apple.com/us/app/dragon-ball-legends/id1358222641


      Hack Features:
      - No Swap Cooldown
      - No Vanish Cooldown
      - No KI Cost
      -  Auto Complete all Challenges
      - Always Critical
      - Tutorial Bypassed
      - Enemies don't Attack


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/70408-ios-13-support-dragon-ball-legends-v2110-3-jailed-cheats-no-ki-cost-more/
      Japanese Version: https://iosgods.com/topic/75598-dbl-%E3%83%89%E3%83%A9%E3%82%B4%E3%83%B3%E3%83%9C%E3%83%BC%E3%83%AB-%E3%83%AC%E3%82%B8%E3%82%A7%E3%83%B3%E3%82%BA-by-bandai-namco-entertainment-inc-v2100-instant-win-more/?
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 3,049 replies
    • DRAGON BALL LEGENDS v5.5.1 - [ Instant - Win & More ]
      Modded/Hacked App: DRAGON BALL LEGENDS By BANDAI NAMCO Entertainment Inc.
      Bundle ID: jp.co.bandainamcoent.BNEI0334
      iTunes Store Link: https://itunes.apple.com/us/app/dragon-ball-legends/id1358222641


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iFile / Filza / iFunBox / iTools or any other file managers for iOS.
      - Cydia Substrate (from Cydia).
      - PreferenceLoader (from Cydia).


      Hack Features:
      - x Player Damage - x1 - 20 
      - x Player Defense - x1 - 20 
      - One Hit Kill
      - God Mode 
      - 1 Enemy Per Quest
      - Instant - Win - Turn On When You In Battle
      - No Swap CoolDown
      - No Vanish CoolDown
      - No KI Cost
      - Auto Complete All Challenges-> Currency/Chrono Crystals Hack!
      - Always Critical
      - Tutorial Bypass
      - All Cards Give DragonBalls

      All features are unlinked and only for player, you!
      • 4,653 replies
    • Autogun Heroes: Run&Gun v1.9.0 +3 Cheats
      Modded/Hacked App: Autogun Heroes: Run&Gun By Nitro Games Oyj
      Bundle ID: com.nitrogames.autoblaster
      iTunes Store Link: https://apps.apple.com/us/app/autogun-heroes-run-gun/id6443807581?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:
      - God Mode
      - All Perks Owned
      - FireRate Increase


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/


      iOS Hack Download Link:

      Hidden Content
      Download Hack







      Installation Instructions:
      STEP 1: Download the .deb Cydia hack file from the link above. Use Safari/Google Chrome or other iOS browsers to download.
      STEP 2: Once the file has downloaded, tap on it and then you will be prompted on whether you want to open the deb with iGameGod or copy it to Filza.
      STEP 3: If necessary, tap on the downloaded file, and then, you will need to press 'Install' from the options on your screen.
      STEP 4: Let iGameGod/Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
      STEP 5: If the hack is a Mod Menu — which is usually the case nowadays — the cheat features can be toggled in-game. Some cheats have options that can be enabled from your iDevice settings.
      STEP 6: Turn on the features you want and play the game. You may need to follow further instructions inside the hack's popup in-game.

       

      NOTE: If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue down below and we'll do our best to help! If the hack does work for you, please post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
      • 99 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