Jump to content

5 posts in this topic

Recommended Posts

Posted (edited)

I have been doing this all day.. just trying to put together a basic hack for the first time and the errors just keep on comming.

Whats going on here???  https://imgur.com/a/9yrAa

 

Thank you very much!

 

 

ERROR TXT.

[1;31m> [1;3;39mMaking all for tweak dokdohack3…[m
make[2]: Nothing to be done for 'internal-library-compile'.
[1;31m> [1;3;39mMaking all in dokdohack3…[m
[1;31m> [1;3;39mMaking all for bundle dokdohack3…[m
[0;35m==> [1;39mCopying resource directories into the bundle wrapper…[m
[0;32m==> [1;39mCompiling dokdohack3.mm (armv7)…[m
In file included from dokdohack3.mm:1:
In file included from /home/judi/theos/include/Preferences/Preferences.h:8:
In file included from /home/judi/theos/include/Preferences/Preferences-Structs.h:10:
In file included from /home/judi/theos/include/QuartzCore/QuartzCore2.h:15:
[1m/home/judi/theos/include/QuartzCore/CAValueFunction.h:13:1: [0m[0;1;31merror: [0m[1mduplicate interface definition for class 'CAValueFunction'[0m
@interface CAValueFunction : NSObject {
[0;1;32m^
[0m[1m/home/judi/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAValueFunction.h:11:12: [0m[0;1;30mnote: [0mprevious definition is here[0m
@interface CAValueFunction : NSObject <NSCoding>
[0;1;32m           ^
[0mIn file included from dokdohack3.mm:1:
In file included from /home/judi/theos/include/Preferences/Preferences.h:8:
In file included from /home/judi/theos/include/Preferences/Preferences-Structs.h:10:
In file included from /home/judi/theos/include/QuartzCore/QuartzCore2.h:15:
[1m/home/judi/theos/include/QuartzCore/CAValueFunction.h:17:39: [0m[0;1;31merror: [0m[1mproperty has a previous declaration[0m
@property(readonly, assign) NSString* name;
[0;1;32m                                      ^
[0m[1m/home/judi/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAValueFunction.h:20:31: [0m[0;1;30mnote: [0mproperty declared here[0m
@property(readonly) NSString *name;
[0;1;32m                              ^
[0m2 errors generated.
make[4]: *** [/home/judi/theos/makefiles/instance/rules.mk:193: /home/judi/dokdohack3/.theos/obj/debug/armv7/dokdohack3.mm.149c041f.o] Error 1
[0;32m==> [1;39mCompiling dokdohack3.mm (arm64)…[m
In file included from dokdohack3.mm:1:
In file included from /home/judi/theos/include/Preferences/Preferences.h:8:
In file included from /home/judi/theos/include/Preferences/Preferences-Structs.h:10:
In file included from /home/judi/theos/include/QuartzCore/QuartzCore2.h:15:
[1m/home/judi/theos/include/QuartzCore/CAValueFunction.h:13:1: [0m[0;1;31merror: [0m[1mduplicate interface definition for class 'CAValueFunction'[0m
@interface CAValueFunction : NSObject {
[0;1;32m^
[0m[1m/home/judi/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAValueFunction.h:11:12: [0m[0;1;30mnote: [0mprevious definition is here[0m
@interface CAValueFunction : NSObject <NSCoding>
[0;1;32m           ^
[0mIn file included from dokdohack3.mm:1:
In file included from /home/judi/theos/include/Preferences/Preferences.h:8:
In file included from /home/judi/theos/include/Preferences/Preferences-Structs.h:10:
In file included from /home/judi/theos/include/QuartzCore/QuartzCore2.h:15:
[1m/home/judi/theos/include/QuartzCore/CAValueFunction.h:17:39: [0m[0;1;31merror: [0m[1mproperty has a previous declaration[0m
@property(readonly, assign) NSString* name;
[0;1;32m                                      ^
[0m[1m/home/judi/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAValueFunction.h:20:31: [0m[0;1;30mnote: [0mproperty declared here[0m
@property(readonly) NSString *name;
[0;1;32m                              ^
[0m2 errors generated.
make[4]: *** [/home/judi/theos/makefiles/instance/rules.mk:193: /home/judi/dokdohack3/.theos/obj/debug/arm64/dokdohack3.mm.d0b1c583.o] Error 1
make[3]: *** [/home/judi/theos/makefiles/instance/bundle.mk:36: /home/judi/dokdohack3/.theos/obj/debug/armv7/dokdohack3.bundle/dokdohack3] Error 2
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [/home/judi/theos/makefiles/instance/bundle.mk:36: /home/judi/dokdohack3/.theos/obj/debug/arm64/dokdohack3.bundle/dokdohack3] Error 2
make[2]: *** [/home/judi/theos/makefiles/instance/bundle.mk:26: internal-bundle-all_] Error 2
make[1]: *** [/home/judi/theos/makefiles/master/rules.mk:106: dokdohack3.all.bundle.variables] Error 2
make: *** [/home/judi/theos/makefiles/master/aggregate.mk:12: internal-all] Error 2


  Updated by ZahirSher
Added error log
Posted (edited)

Please read this:

Please copy & paste the output into code snippets in your topic. :)

Not sure about the PC version of theos... but are your header files up-to-date?

Updated by Guest
Posted
14 minutes ago, Zimon said:

Please read this:

Please copy & paste the output into code snippets in your topic. :)

Not sure about the PC version of theos... but are your header files up-to-date?

Thank you.. I just placed the error log into the description. how do you update the header files?

Posted
2 minutes ago, minya said:

Thank you.. I just placed the error log into the description. how do you update the header files?

I really don't know for sure when it comes to theos for PC, but this is the GitHub: https://github.com/theos/theos

Search on the forum, there might be a tutorial/solution for this.

Have you searched for your errors?

Posted
14 minutes ago, Zimon said:

I really don't know for sure when it comes to theos for PC, but this is the GitHub: https://github.com/theos/theos

Search on the forum, there might be a tutorial/solution for this.

Have you searched for your errors?

yeah I had a look and found this but no one told how to fix it. haha

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

    • Andy Volcano: Tile Match Story v1.5.14 +7 [OP Cheats]
      Modded/Hacked App: Andy Volcano: Tile Match Story By SayGames LTD
      Bundle ID: com.playstrom.tile.match
      iTunes Store Link: https://apps.apple.com/us/app/andy-volcano-tile-match-story/id1639080259?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:
      - Infinite Health
      - Infinite Coins
      - Infinite Stars
      - Infinite Gloves
      - Infinite Boomerangs
      - Infinite Propellers
      - Infinite Bombs


      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/


      • 22 replies
    • Andy Volcano: Tile Match Story v1.5.14 +7 [OP Cheats]
      Modded/Hacked App: Andy Volcano: Tile Match Story By SayGames LTD
      Bundle ID: com.playstrom.tile.match
      iTunes Store Link: https://apps.apple.com/us/app/andy-volcano-tile-match-story/id1639080259?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:
      - Infinite Health
      - Infinite Coins
      - Infinite Stars
      - Infinite Gloves
      - Infinite Boomerangs
      - Infinite Propellers
      - Infinite Bombs


      Jailbreak required hack(s): https://iosgods.com/forum/5-game-cheats-hack-requests/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/


      • 20 replies
    • Gear Clicker v8.7.9 +3 [Free Upgrades]
      Modded/Hacked App: Gear Clicker By Rollic Games Oyun Yazilim ve Pazarlama Anonim Sirketi
      Bundle ID: com.kb.gearclicker
      iTunes Store Link: https://apps.apple.com/us/app/gear-clicker/id6444687282?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:
      - No Popup Ads
      - Free Upgrades
      - Free Gears


      Jailbreak required hack(s): https://iosgods.com/forum/5-game-cheats-hack-requests/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/


      • 68 replies
    • Gear Clicker v8.7.9 +3 [Free Upgrades]
      Modded/Hacked App: Gear Clicker By Rollic Games Oyun Yazilim ve Pazarlama Anonim Sirketi
      Bundle ID: com.kb.gearclicker
      iTunes Store Link: https://apps.apple.com/us/app/gear-clicker/id6444687282?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:
      - No Popup Ads
      - Free Upgrades
      - Free Gears


      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/


      • 75 replies
    • Idle Brick Breaker v2.1.74 +3 Jailed Cheats [Currency Hack]
      Modded/Hacked App: Idle Brick Breaker - Breakout By Tech Tree Games LLC
      Bundle ID: com.TechTreeGames.IdleBrickBreaker
      iTunes Store Link: https://apps.apple.com/us/app/idle-brick-breaker-breakout/id1522164283?uo=4


      Hack Features:
      - Infinite Cash
      - Infinite Gems
      - No reset on Prestige


      Jailbreak required hack(s): https://iosgods.com/forum/5-game-cheats-hack-requests/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 51 replies
    • Idle Brick Breaker v2.1.74 +3 [Currency Hack]
      Modded/Hacked App: Idle Brick Breaker - Breakout By Tech Tree Games LLC
      Bundle ID: com.TechTreeGames.IdleBrickBreaker
      iTunes Store Link: https://apps.apple.com/us/app/idle-brick-breaker-breakout/id1522164283?uo=4


      Hack Features:
      - Infinite Cash
      - Infinite Gems
      - No reset on Prestige


      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/
      • 40 replies
    • Idle Mine Dig: Drill & Collect v1.23.42 +7 [Currency Hack]
      Modded/Hacked App: Idle Mine Dig: Drill & Collect By APPS TEKNOLOJI ANONIM SIRKETI
      Bundle ID: tr.com.apps.drill.and.collect
      iTunes Store Link: https://apps.apple.com/us/app/idle-mine-dig-drill-collect/id1642304873?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

      - No Ads
      - VIP Active
      - Freeze Currency
      - Freeze Pills
      - Freeze Tickets
      - Freeze Tokens
      - All Costumes Unlocked

       

      ⬇️ iOS Hack Download Link


      • 18 replies
    • Idle Mine Dig: Drill & Collect v1.23.42 +7 Jailed Cheats [Currency Hack]
      Modded/Hacked App: Idle Mine Dig: Drill & Collect By APPS TEKNOLOJI ANONIM SIRKETI
      Bundle ID: tr.com.apps.drill.and.collect
      iTunes Store Link: https://apps.apple.com/us/app/idle-mine-dig-drill-collect/id1642304873?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

      - No Ads
      - VIP Active
      - Freeze Currency
      - Freeze Pills
      - Freeze Tickets
      - Freeze Tokens
      - All Costumes Unlocked

       

      ⬇️ iOS Hack Download IPA Link


      • 19 replies
    • Pocket Land! v0.118.1 +3 Jailed Cheats [Currency Hack]
      Modded/Hacked App: Pocket Land! By GRAND-ATTIC LIMITED
      Bundle ID: gs.hadi.pocketisland
      iTunes Store Link: https://apps.apple.com/us/app/pocket-land/id6446137216?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:
      - Freeze Currency
      - Freeze Resources


      Jailbreak required hack(s): https://iosgods.com/forum/5-game-cheats-hack-requests/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/


      • 83 replies
    • Pocket Land! v0.118.1 +3 [Currency Hack]
      Modded/Hacked App: Pocket Land! By GRAND-ATTIC LIMITED
      Bundle ID: gs.hadi.pocketisland
      iTunes Store Link: https://apps.apple.com/us/app/pocket-land/id6446137216?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:
      - Freeze Currency
      - Freeze Resources
      - Upgrade without Resources (Dont Abuse)


      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/


      • 45 replies
    • Medieval Merge v1.98.0 [Currency/SRDebug 99+ Options]
      Modded/Hacked App: Medieval Merge: Epic RPG Games By Pixodust Aplicativos LTDA
      Bundle ID: com.pixodust.games.free.rpg.medieval.merge.puzzle.empire
      iTunes Store Link: https://apps.apple.com/us/app/medieval-merge-epic-rpg-games/id1553126598?uo=4

      Hack Features:
      - SRDebugger 99+ Toggles
      Open IGMM first and enable "Open SRDebug" then open settings in game for the UI to popup  


      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/
      • 185 replies
    • Project Clean Earth v1.66 +8 Jailed Cheats [Currency Hack]
      Modded/Hacked App: Project Clean Earth By 1N1
      Bundle ID: com.onenone.ecp
      iTunes Store Link: https://apps.apple.com/us/app/project-clean-earth/id1604696394?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:
      - God Mode
      - Infinite Batteries
      - Infinite Chips
      - Infinite Gems


      Jailbreak required hack(s): https://iosgods.com/forum/5-game-cheats-hack-requests/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/


      • 45 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