Jump to content

Errors during "Make Package"


minya

5 posts in this topic

Recommended Posts

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


 
Link to comment
https://iosgods.com/topic/64403-errors-during-make-package/
Share on other sites

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?

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?

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

Archived

This topic is now archived and is closed to further replies.

  • Our picks

    • Modded/Hacked App: 城の戦争防衛 By MOBIRIX
      Bundle ID: com.mobirix.dfpt
      iTunes Store Link: https://apps.apple.com/jp/app/%E5%9F%8E%E3%81%AE%E6%88%A6%E4%BA%89%E9%98%B2%E8%A1%9B/id6654911232?uo=4

      🤩 Hack Features

      - Currency [ Earn Some After Disable Hack ]

      - Units Unlocked

      - Unit Cost 0

      - Unit CD

      - Unit Limit No Unlimited Deploy [ Use Only When Enter The Battle ]

       

      ⬇️ iOS Hack Download Link


      Hidden Content

      Download Hack
      • 2 replies
    • Castle War Defense 城の戦争防衛 v1.2.0 [ +5 Jailed ] Currency Max
      Modded/Hacked App: 城の戦争防衛 By MOBIRIX
      Bundle ID: com.mobirix.dfpt
      iTunes Store Link: https://apps.apple.com/jp/app/%E5%9F%8E%E3%81%AE%E6%88%A6%E4%BA%89%E9%98%B2%E8%A1%9B/id6654911232?uo=4
       
      🤩 Hack Features

      - Currency [ Earn Some After Disable Hack ]

      - Units Unlocked

      - Unit Cost 0

      - Unit CD

      - Unit Limit No Unlimited Deploy [ Use Only When Enter The Battle ]

       

      ⬇️ iOS Hack Download IPA Link


      Hidden Content

      Download via the iOSGods App
      • 0 replies
    • Modded/Hacked App: Sweet Cube Blast By Puzzle1Studio,inc.
      Bundle ID: com.puzzle1studio.ap.sweetcubesmatchblast
      iTunes Store Link: https://apps.apple.com/us/app/sweet-cube-blast/id6444350503?uo=4


      🤩 Hack Features

      - Coins

      - Lives

      - Stars No Need [ Task ]

      - Booster

      - Auto Win

       

      ⬇️ iOS Hack Download IPA Link
      • 0 replies
    • Sweet Cube Blast v25.0124.00 [ +5 Cheats ] Auto Win
      Modded/Hacked App: Sweet Cube Blast By Puzzle1Studio,inc.
      Bundle ID: com.puzzle1studio.ap.sweetcubesmatchblast
      iTunes Store Link: https://apps.apple.com/us/app/sweet-cube-blast/id6444350503?uo=4 

      🤩 Hack Features

      - Coins

      - Lives

      - Stars No Need [ Task ]

      - Booster

      - Auto Win

       

      ⬇️ iOS Hack Download Link


      Hidden Content

      Download Hack
      • 3 replies
    • Frost & Flame: King of Avalon Cheats v20.7 +2
      Modded/Hacked App: Frost & Flame: King of Avalon By FunPlus International AG
      Bundle ID: com.diandian.kingofavalon
      iTunes Store Link: https://apps.apple.com/us/app/frost-flame-king-of-avalon/id1084930849?uo=4


      Hack Features:
      - Multiply Attack
      - Multiply Defense

      NOTE: Cheat maybe buggy so make sure you have both features on. Don't ask me why cuz I have no idea

       

      Free Non-Jailbroken Hack: https://iosgods.com/topic/188621-frost-flame-king-of-avalon-v1990-jailed-cheats-2/


      iOS Hack Download Link: https://iosgods.com/topic/188620-frost-flame-king-of-avalon-cheats-v2000-2/
        • Like
      • 42 replies
    • Dream League Soccer 2024 v12.110 +12 Cheats
      Modded/Hacked App: Dream League Soccer 2024 By First Touch Games Ltd.
      Bundle ID: com.firsttouch.dls7
      iTunes Store Link: https://apps.apple.com/us/app/dream-league-soccer-2024/id1462911602?uo=4


      Hack Features:
      - Stupid AI
      - No Foul
      - No Injuries
      - No Offside
      - Freeze Stamina
      - No Substitutions Limit
      - No Forfeit Penalty
      - Custom Logo Unlocked
      - Custom Kit Unlocked
      - Unlock Customizations
      - Throw In to End Current Half
      - Freeze Match Clock

      Notes: Play offline if you get kicked out of match.


      Non-Jailbroken & No Jailbreak required hack(s): 
       

      iOS Hack Download Link: https://iosgods.com/topic/138633-dream-league-soccer-2024-v11230-12-cheats/
        • Haha
        • Thanks
        • Winner
        • Like
      • 2,096 replies
    • Candy Crush Soda Saga Cheats v1.287.3 +3
      Modded/Hacked App: Candy Crush Soda Saga By King.com Limited
      Bundle ID: com.midasplayer.apps.candycrushsodasaga
      iTunes Store Link: https://apps.apple.com/us/app/candy-crush-soda-saga/id850417475?uo=4

       

      🔧 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Cydia, Sileo or Zebra).

       

      🚀 Hack Features

      - Freeze Moves
      - Freeze Lives
      - Freeze Boosters


      🍏 For Non-Jailbroken & No Jailbreak required hacks: https://iosgods.com/topic/191667-candy-crush-soda-saga-v12861-jailed-cheats-3/

       

      📥 iOS Hack Download Link: https://iosgods.com/topic/191666-candy-crush-soda-saga-cheats-v12873-3/
      • 3 replies
    • Evil Hunter Tycoon Cheats v1.384 +10
      Modded/Hacked App: Evil Hunter Tycoon by SuperPlanet corp.
      Bundle ID: com.superplanet.evilhunter
      iTunes Store Link: https://apps.apple.com/us/app/evil-hunter-tycoon/id1493512288?uo=4&at=1010lce4


      Hack Features:
      - Hero Legendary when visit the village
      - God Mode PvE
      - Huge Damage PvE
      - Infinite Coin (Turn on before tap to enter the game, earn some or spend some)
      - Freeze Material (Upgrade, create new weapon, armor, etc ...)
      - Free Store  
      - Free iAP
      - Disabled Anti Cheat

      iOS Hack Download Link: https://iosgods.com/topic/121180-arm64-evil-hunter-tycoon-cheats-v124-10/

      Credit: Laxus
        • Informative
        • Agree
        • Thanks
        • Winner
        • Like
      • 2,325 replies
    • Magical Girl Dungeon v1.1.6 +3 Jailed Cheats [ Damage ]
      Modded/Hacked App: Magical Girl Dungeon By Kenjirou Uesaka
      Bundle ID: com.KCG.MahoDungeon
      iTunes Store Link: https://apps.apple.com/us/app/magical-girl-dungeon/id6741759536?uo=4

       


      🤩 Hack Features

      - God Mode
      - Damage Multiplier
      -- No Ads
      • 0 replies
    • Magical Girl Dungeon v1.1.6 +3 Cheats [ Damage ]
      Modded/Hacked App: Magical Girl Dungeon By Kenjirou Uesaka
      Bundle ID: com.KCG.MahoDungeon
      iTunes Store Link: https://apps.apple.com/us/app/magical-girl-dungeon/id6741759536?uo=4

       


      🤩 Hack Features

      - God Mode
      - Damage Multiplier
      -- No Ads
      • 3 replies
    • Racing Kingdom v0.34.126 +2 Jailed Cheats [ Auto Win ]
      Modded/Hacked App: Racing Kingdom By SUPERGEARS OYUN YAZILIM TEKNOLOJI VE PAZARLAMA ANONIM SIRKETI
      Bundle ID: com.supergears.racingkingdom
      iTunes Store Link: https://apps.apple.com/us/app/racing-kingdom/id6468027706?uo=4

       


      🚀 Hack Features

      - Auto Win
      - Freeze Rival


      🍏 Jailbreak iOS hacks: [Mod Menu Hack] Racing Kingdom v0.33.6 +2 Cheats [ Auto Win ] - ViP Cheats - iOSGods
      🤖 Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      • 6 replies
    • Racing Kingdom v0.34.126 +2 Cheats [ Auto Win ]
      Modded/Hacked App: Racing Kingdom By SUPERGEARS OYUN YAZILIM TEKNOLOJI VE PAZARLAMA ANONIM SIRKETI
      Bundle ID: com.supergears.racingkingdom
      iTunes Store Link: https://apps.apple.com/us/app/racing-kingdom/id6468027706?uo=4

       
       

      🚀 Hack Features

      - Auto Win
      - Freeze Rival


      🍏 For Non-Jailbroken & No Jailbreak required hacks: [IPA Mod Menu] Racing Kingdom v0.33.6 +2 Jailed Cheats [ Auto Win ] - ViP Non-Jailbroken Hacks & Cheats - iOSGods
      🤖 Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      • 27 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