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

    • Genshin Impact Cheats v5.8.0 +3
      Modded/Hacked App: Genshin Impact by miHoYo Limited
      Bundle ID: com.miHoYo.GenshinImpact
      iTunes Store Link: https://apps.apple.com/us/app/genshin-impact/id1517783697?uo=4&at=1010lce4


      Hack Features:
      - Instant Skill
      - Instant Special Skill (Elemental Burst)
      - Infinite Stamina
        + Infinite Sprint Time
        + Infinite Swim Time
        + Infinite Fly Time


      iOS Hack Download Link: https://iosgods.com/topic/134035-genshin-impact-cheat-v101-3-instant-skill-more/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 3,651 replies
    • Grow Survivor V8.1.0 [ +3 Cheats ] DMG
      Modded/Hacked App: Grow Survivor By gitae park
      Bundle ID: com.pixelstar.GrowSurvivor
      iTunes Store Link: https://apps.apple.com/us/app/grow-survivor/id1361842156?uo=4

      Hack Features:
      - Ammo Max [ Just Tap To Shoot Enemy ]
      - No Reload [ Just Tap To Shoot Enemy ]
      - DMG [ Just Change Gun ]
        • Informative
        • Agree
        • Thanks
        • Winner
        • Like
      • 8 replies
    • Grow Survivor V8.1.0 [ +3 Jailed ] DMG
      Modded/Hacked App: Grow Survivor By gitae park
      Bundle ID: com.pixelstar.GrowSurvivor
      iTunes Store Link: https://apps.apple.com/us/app/grow-survivor/id1361842156?uo=4


      Hack Features:

      - Ammo Max [ Just Tap To Shoot Enemy ]
      - No Reload [ Just Tap To Shoot Enemy ]
      - DMG [ Just Change Gun ]
        • Agree
        • Thanks
        • Winner
        • Like
      • 10 replies
    • Tiny Legends: RPG War Game v0.2.69 [ +8 Cheats ] Currency Max
      Modded/Hacked App: Tiny Legends: RPG War Game By DynamicNext Technologies Private Limited
      Bundle ID: com.dn.games.mergewars.tinylegends
      App Store Link: https://apps.apple.com/us/app/tiny-legends-rpg-war-game/id6479631220?uo=4

       
      🤩 Hack Features

      - ADS NO [ Rewards Free ]

      - Gems [ Store Open -Deals- [Daily Unit Purchase] Just ADD Then Show Negative Value Buy ] 

      - Energy Refil Cost 0

      - Mana Refil Cost 0

      - Speed UP Cost 0

      - Auto Play Max

      - Trop Card Cost 0 [ In The Battle 1 Buy ]

      - Battle Speed Max 30
        • Agree
        • Thanks
        • Winner
        • Like
      • 31 replies
    • Tiny Legends: RPG War Game v0.2.69 [ +8 Jailed ] Currency Max
      Modded/Hacked App: Tiny Legends: RPG War Game By DynamicNext Technologies Private Limited
      Bundle ID: com.dn.games.mergewars.tinylegends
      App Store Link: https://apps.apple.com/us/app/tiny-legends-rpg-war-game/id6479631220?uo=4


      🤩 Hack Features

      - ADS NO [ Rewards Free ]

      - Gems [ Store Open -Deals- [Daily Unit Purchase] Just ADD Then Show Negative Value Buy ] 

      - Energy Refil Cost 0

      - Mana Refil Cost 0

      - Speed UP Cost 0

      - Auto Play Max

      - Trop Card Cost 0 [ In The Battle 1 Buy ]

      - Battle Speed Max 30
        • Agree
        • Like
      • 22 replies
    • Skullgirls Fighting RPG V7.4.2 [ +6 Jailed ] Auto Win
      Modded/Hacked App: Skullgirls: Fighting RPG By Autumn Games, LLC
      Bundle ID: com.autumn.skullgirls
      iTunes Store Link: https://apps.apple.com/us/app/skullgirls-fighting-rpg/id1280762571?uo=4


      Hack Features:

      - Auto win

      - Damage [ One HiT WiN ]

      - Energy Max

      - Skill

      - Enemy Disable

      - Goals Claimed [ Free Pass Only ]
        • Informative
        • Agree
        • Thanks
        • Winner
        • Like
      • 48 replies
    • Skullgirls Fighting RPG V7.4.2 [ +6 Cheats ] Auto Win
      Modded/Hacked App: Skullgirls: Fighting RPG By Autumn Games, LLC
      Bundle ID: com.autumn.skullgirls
      iTunes Store Link: https://apps.apple.com/us/app/skullgirls-fighting-rpg/id1280762571?uo=4


      Hack Features:
      - Auto win

      - Damage [ One HiT WiN ]

      - Energy Max

      - Skill

      - Enemy Disable

      - Goals Claimed [ Free Pass Only ]
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 137 replies
    • Backpacker™ Go! v1.5.11 [ +3 Cheats ] Dice Unlimited
      Modded/Hacked App: Backpacker™ Go! By Qiiwi Games AB
      Bundle ID: com.qiiwi.backpackergo
      iTunes Store Link: https://apps.apple.com/us/app/backpacker-go/id6478389736?uo=4


      Hack Features:
      - ADS NO [ Between Playing ] 
      - Cash Unlimited [ This Hack Linked Other Items - Ticket Exp Etc. Use Only Cash ] Use Another Items Maybe Game Freeze But Works  
      - Dice Unlimited
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 25 replies
    • Backpacker™ Go! v1.5.11 [ +3 Jailed ] Dice Unlimited
      Modded/Hacked App: Backpacker™ Go! By Qiiwi Games AB
      Bundle ID: com.qiiwi.backpackergo
      iTunes Store Link: https://apps.apple.com/us/app/backpacker-go/id6478389736?uo=4



      Hack Features:
      - ADS NO [ Between Playing ] 
      - Cash Unlimited [ This Hack Linked Other Items - Ticket Exp Etc. Use Only Cash ] Use Another Items Maybe Game Freeze But Works  
      - Dice Unlimited 
        • Informative
        • Agree
        • Thanks
        • Like
      • 32 replies
    • Heroes vs. Hordes: Survivor v5.4.3 [ +11 Cheats ] Currency Max
      Modded/Hacked App: Heroes vs. Hordes: Survivor By Swift Games GmbH
      Bundle ID: com.swiftgames.roguelikesurvival
      iTunes Store Link: https://apps.apple.com/us/app/heroes-vs-hordes-survivor/id1608898173?uo=4

       
      Hack Features

      - Currency

      - Resource

      - Gold Unlimited [ Bonus Wave ]

      - Ch Unlocked [ Play All Off ]

      - Always Last Wave

      - Talents Cost 0

      - Hero DMG Only

      - HP & DMG [ Just Equip & Unequip ]

      - Enemy Freeze

      - Enemy ATK NO

       
      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/
        • Agree
        • Thanks
        • Winner
        • Like
      • 81 replies
    • Heroes vs. Hordes: Survivor v5.4.3 [ +11 Jailed ] Currency Max
      Modded/Hacked App: Heroes vs. Hordes: Survivor By Swift Games GmbH
      Bundle ID: com.swiftgames.roguelikesurvival
      iTunes Store Link: https://apps.apple.com/us/app/heroes-vs-hordes-survivor/id1608898173?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

      - Currency

      - Resource

      - Gold Unlimited [ Bonus Wave ]

      - Ch Unlocked [ Play All Off ]

      - Always Last Wave

      - Talents Cost 0

      - Hero DMG Only

      - HP & DMG [ Just Equip & Unequip ]

      - Enemy Freeze

      - Enemy ATK NO


      Jailbreak required iOS hacks: https://iosgods.com/forum/5-game-cheats-hack-requests/
      Modded Android APKs: https://iosgods.com/forum/68-android-section/

       

      iOS Hack Download IPA Link


      Hidden Content

      Download via the iOSGods App
        • Agree
        • Thanks
        • Winner
        • Like
      • 96 replies
    • Dragon Wings: RPG Shoot em up v1.9.0 [ +5 Cheats ] Currency Max
      Modded/Hacked App: Dragon Wings: RPG Shoot 'em up By Spirit Bomb Company Limited
      Bundle ID: rpg.arcade.space.shooter.dragon.wings
      App Store Link: https://apps.apple.com/us/app/dragon-wings-rpg-shoot-em-up/id6741735947?uo=4

       

      🤩 Hack Features

      - Super Card Active

      - Gems

      - Gold

      - Never Die

      - ATK 
        • Informative
        • Agree
        • Like
      • 25 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