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

    • War Inc: Guard v2.1.9 +2 Jailed Cheats [ One-Hit Kill ]
      Modded/Hacked App: War Inc: Guard By SamShui Corporation
      Bundle ID: com.i89trillion.strategy.guard
      App Store Link: https://apps.apple.com/us/app/war-inc-guard/id6747061394?uo=4

       
       

      🤩 Hack Features

      - One-Hit Kill
      - Attack Speed
      • 1 reply
    • War Inc: Guard v2.1.9 +2 Cheats [ One-Hit Kill ]
      Modded/Hacked App: War Inc: Guard By SamShui Corporation
      Bundle ID: com.i89trillion.strategy.guard
      App Store Link: https://apps.apple.com/us/app/war-inc-guard/id6747061394?uo=4

       


      🤩 Hack Features

      - One-Hit Kill
      - Attack Speed
      • 3 replies
    • Hungry Shark World v7.0.3 [ +9 Cheats ] Currency Max
      Modded/Hacked App: Hungry Shark World By Ubisoft
      Bundle ID: com.ubisoft.hungrysharkworld
      iTunes Store Link: https://apps.apple.com/us/app/hungry-shark-world/id1046846443?uo=4


      Hack Features:
      - ADS NO

      - Gems

      - Coins 

      - Pearls 

      - Premium Pass

      - Health Auto Drain [ OFF ]

      - Boost Max 

      - Score Multi 

      - Revive Max 


      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/
      • 55 replies
    • Hungry Shark Evolution v12.9.2 [ +9 Cheats ] Never Die
      Modded/Hacked App: Hungry Shark Evolution By Ubisoft
      Bundle ID: com.fgol.HungrySharkEvolution
      iTunes Store Link: https://apps.apple.com/us/app/hungry-shark-evolution/id535500008?uo=4



      Hack Features:

      - ADS NO

      - Gems Unlimited 

      - Coins Unlimited 

      - Health [ Auto Drain OFF ]

      - Booster Freeze 

      - Speed Hack 

      - Wall Break [ Only For Small Shark ]

      - Score Multi 

      - Invincible [ After Respawn ] Never Die
      • 71 replies
    • Alien Survivor: Survival Arena v1.41.0 [ +7 Cheats ] Currency Max
      Modded/Hacked App: Alien Survivor: Survival Arena By IMPONILOX LIMITED
      Bundle ID: world.playme.x
      iTunes Store Link: https://apps.apple.com/us/app/alien-survivor-survival-arena/id1669761844?uo=4
       

      🚀 Hack Features

      - ADS NO [ Rewards Free ]

      - Gems [ Achievements Rewards Only One Get ]

      - Energy [ Just Buy ]

      - HP [ Just Equip & Unequip ]

      - ATK [ Just Equip & Unequip ]

      - DEF [ Just Equip & Unequip ]

      - Skill CD [ First Get Then Use ]


      🍏 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/
      • 22 replies
    • Alien Survivor: Survival Arena v1.41.0 [ +7 Jailed ] Currency Max
      Modded/Hacked App: Alien Survivor: Survival Arena By IMPONILOX LIMITED
      Bundle ID: world.playme.x
      iTunes Store Link: https://apps.apple.com/us/app/alien-survivor-survival-arena/id1669761844?uo=4


      🚀 Hack Features

      - ADS NO [ Rewards Free ]

      - Gems [ Achievements Rewards Only One Get ]

      - Energy [ Just Buy ]

      - HP [ Just Equip & Unequip ]

      - ATK [ Just Equip & Unequip ]

      - DEF [ Just Equip & Unequip ]

      - Skill CD [ First Get Then Use ]


      🍏 Jailbreak iOS hacks: https://iosgods.com/forum/5-game-cheats-hack-requests/
      🤖 Modded Android APKs: https://iosgods.com/forum/68-android-section/
      • 36 replies
    • Dice Dreams™ V1.94.3 [ +9 Cheats ] Currency Max
      Modded/Hacked App: Dice Dreams™ By SuperPlay LTD
      Bundle ID: com.superplaystudios.dicedreams
      iTunes Store Link: https://apps.apple.com/us/app/dice-dreams/id1484468651?uo=4


      Hack Features:
      - Coins Max [ Disable Coins When Use Bet Multiplier ]

      - Rolls Unlimited 

      - Crowns [ Only For Card Upgrade ]

      - Shield [ Get Unlimited Rolls ]

      - Bet Multiplier [ Coins + Rewards ]

      - All Task Score + Rewards [ Linked Bet Multiplier ]

      - Next Kingdom [ Build One ]

      - Build Cost [ 0 ]

      - Premium Dreams Pass

      Warning:- Don't Blame Me Banned  Some Time Freeze Reopen Then Works


      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/
      • 94 replies
    • Dice Dreams™ V1.94.3 [ +9 Jailed ] Currency Max
      Modded/Hacked App: Dice Dreams™ By SuperPlay LTD
      Bundle ID: com.superplaystudios.dicedreams
      iTunes Store Link: https://apps.apple.com/us/app/dice-dreams/id1484468651?uo=4


      Hack Features:

      - Coins Max [ Disable Coins When Use Bet Multiplier ]

      - Rolls Unlimited 

      - Crowns [ Only For Card Upgrade ]

      - Shield [ Get Unlimited Rolls ]

      - Bet Multiplier [ Coins + Rewards ]

      - All Task Score + Rewards [ Linked Bet Multiplier ]

      - Next Kingdom [ Build One ]

      - Build Cost [ 0 ]

      - Premium Dreams Pass

      Warning:- Don't Blame Me Banned  Some Time Freeze Reopen Then Works

       
      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/
      • 80 replies
    • Soul Knight Prequel v1.7.0 [+3 Cheats]
      Modded/Hacked App: Soul Knight Prequel By ChillyRoom Inc.
      Bundle ID: com.chillyroom.soulknightprequel.gl
      App Store Link: https://apps.apple.com/us/app/soul-knight-prequel/id6469258709?uo=4

       

      🤩 Hack Features

      - Damage Multiplier
      - Defense Multiplier
      - No Skill Cooldown
       
      • 4 replies
    • Soul Knight Prequel v1.7.0 [+3 Jailed Cheats]
      Modded/Hacked App: Soul Knight Prequel By ChillyRoom Inc.
      Bundle ID: com.chillyroom.soulknightprequel.gl
      App Store Link: https://apps.apple.com/us/app/soul-knight-prequel/id6469258709?uo=4

       

      🤩 Hack Features

      - Damage Multiplier
      - Defense Multiplier
      - No Skill Cooldown
      • 0 replies
    • Bud Farm: Munchie Match v1.56.5 +12 [Game Breaking]
      Modded/Hacked App: Bud Farm: Munchie Match By LDRLY (Technologies) Inc
      Bundle ID: com.LDRLY.budmatch
      iTunes Store Link: https://apps.apple.com/us/app/bud-farm-munchie-match/id1594712929?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 Ads
      - Win Level (Settings > Music Toggle)
      - Freeze Lives
      - Infinite Coins
      - Infinite Cash
      - Freeze Moves
      - Freeze Powerups
      - Infinite Boosters
      - Infinite Stars
      - Always Win if Lost
      - Reward Always Available


      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/


      • 78 replies
    • Bud Farm: Munchie Match v1.56.5 +12 [Game Breaking]
      Modded/Hacked App: Bud Farm: Munchie Match By LDRLY (Technologies) Inc
      Bundle ID: com.LDRLY.budmatch
      iTunes Store Link: https://apps.apple.com/us/app/bud-farm-munchie-match/id1594712929?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 Ads
      - Win Level
      - Freeze Lives
      - Infinite Coins
      - Infinite Cash
      - Freeze Moves
      - Freeze Powerups
      - Infinite Boosters
      - Infinite Stars
      - Always Win if Lost
      - Upgrade without Decorations
      - Reward Always Available


      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/


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