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

    • Kitchen Masters v17.1.0 [ +4 Cheats ] Currency Max
      Modded/Hacked App: Kitchen Masters By Bigger Oyun Yazilim ve Pazarlama Anonim Sirketi
      Bundle ID: com.bigger.kitchenmasters
      iTunes Store Link: https://apps.apple.com/ph/app/kitchen-masters/id6474870266?uo=4


      🤩 Hack Features

      - Coins

      - Cash

      - Lives

      - Tile Cost 0
      • 10 replies
    • Kitchen Masters v17.1.0 [ +4 Jailed ] Currency Max
      Modded/Hacked App: Kitchen Masters By Bigger Oyun Yazilim ve Pazarlama Anonim Sirketi
      Bundle ID: com.bigger.kitchenmasters
      iTunes Store Link: https://apps.apple.com/ph/app/kitchen-masters/id6474870266?uo=4
       

      🤩 Hack Features

      - Coins

      - Cash

      - Lives

      - Tile Cost 0
      • 17 replies
    • Match Villains v1.33.0 [ +4 Jailed ] Currency Max
      Modded/Hacked App: Match Villains By Good Job Games Bilisim Yazilim ve Pazarlama AS
      Bundle ID: com.goodjobgames.matchvillains
      iTunes Store Link: https://apps.apple.com/us/app/match-villains/id6479752688?uo=4
       

      🚀 Hack Features

      - Coins
      - Lives
      - Moves Freeze
      - Booster


      🍏 Jailbreak iOS hacks: https://iosgods.com/forum/5-game-cheats-hack-requests/
      🤖 Modded Android APKs: https://iosgods.com/forum/68-android-section/
      • 20 replies
    • Match Villains v1.33.0 [ +4 Cheats ] Currency Max
      Modded/Hacked App: Match Villains By Good Job Games Bilisim Yazilim ve Pazarlama AS
      Bundle ID: com.goodjobgames.matchvillains
      iTunes Store Link: https://apps.apple.com/us/app/match-villains/id6479752688?uo=4
       

      🚀 Hack Features

      - Coins
      - Lives
      - Moves Freeze
      - Booster


      🍏 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/
      • 24 replies
    • Matching Story v1.45.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
      • 43 replies
    • Matching Story v1.45.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
      • 56 replies
    • Project Makeover v2.119.1 +4 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Project Makeover By Magic Tavern, Inc.
      Bundle ID: com.bgg.jump
      App Store Link: https://apps.apple.com/us/app/project-makeover/id1483058899?uo=4

       
       

      🤩 Hack Features

      - Unlimited Cash
      - Unlimited Coins
      - Unlimited Gems
      - Unlimited Lives

      This hack was made by @Cashlaz. Give him all your love & appreciation! ❤️
      • 22 replies
    • Project Makeover ( All Versions ) +4 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Project Makeover By Magic Tavern, Inc.
      Bundle ID: com.bgg.jump
      App Store Link: https://apps.apple.com/us/app/project-makeover/id1483058899?uo=4

       
       

      🤩 Hack Features

      - Unlimited Cash
      - Unlimited Coins
      - Unlimited Gems
      - Unlimited Lives

      This hack was made by @Cashlaz. Give him all your love & appreciation! ❤️
      • 11 replies
    • Grimguard Tactics: Fantasy RPG v1.15.4 +3 Jailed Cheats [ Auto Win ]
      Modded/Hacked App: Grimguard Tactics: Fantasy RPG By Outerdawn Limited
      Bundle ID: com.outerdawn.grimguard
      iTunes Store Link: https://apps.apple.com/us/app/grimguard-tactics-fantasy-rpg/id1496893856?uo=4


      Hack Features:
      - Auto Win
      - Unlimited Daily Rewards
      - No Stamina Cost


      Jailbreak required hack(s): [Mod Menu Hack] Grimguard Tactics: Fantasy RPG v1.1.10 +3 Cheats [ Auto Win ] - ViP Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 129 replies
    • Grimguard Tactics: Fantasy RPG v1.15.4 +3 Cheats [ Auto Win ]
      Modded/Hacked App: Grimguard Tactics: Fantasy RPG By Outerdawn Limited
      Bundle ID: com.outerdawn.grimguard
      iTunes Store Link: https://apps.apple.com/us/app/grimguard-tactics-fantasy-rpg/id1496893856?uo=4


      Hack Features:
      - Auto Win
      - Unlimited Daily Rewards
      - No Stamina Cost


      Non-Jailbroken & No Jailbreak required hack(s): [IPA Mod Menu] Grimguard Tactics: Fantasy RPG v1.1.10 +3 Jailed Cheats [ Auto Win ] - ViP Non-Jailbroken Hacks & Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 108 replies
    • League of Dreamers - My Story v2.1.5 +3 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: League of Dreamers - My Story By Story Inc. Company
      Bundle ID: com.storyincorporate.leagueofdreamers
      iTunes Store Link: https://apps.apple.com/us/app/league-of-dreamers-my-story/id1591679538
       

      Hack Features:
      - 666 Gems -> Earn some then restart the game.
      - 666 Keys -> Earn some then restart the game.
      - Free In-App Purchases -> Allows free in-app purchases.


      Jailbreak required hack(s): [Mod Menu Hack] League of Dreamers - My Story v1.54 +3 Cheats [ Unlimited Currencies ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Thanks
      • 178 replies
    • League of Dreamers - My Story v2.1.5 +3 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: League of Dreamers - My Story By Story Inc. Company
      Bundle ID: com.storyincorporate.leagueofdreamers
      iTunes Store Link: https://apps.apple.com/us/app/league-of-dreamers-my-story/id1591679538
       

      Hack Features:
      - 666 Gems -> Earn some then restart the game.
      - 666 Keys -> Earn some then restart the game.
      - Free In-App Purchases


      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/
      • 83 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