Jump to content

make[2]: Nothing to be done for `internal-library-compile'. make[3]: Nothing to be done for `internal-bundle-compile'.


Go to solution Solved by Rook,

15 posts in this topic

Recommended Posts

Posted

when I compile my tweak. I get this

iPad:/var/mobile/stickwars root# make package install
/var/mobile/stickwars/theos/makefiles/targets/Darwin-arm/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang.
/var/mobile/stickwars/theos/makefiles/targets/Darwin-arm/iphone.mk:53: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries.
Making all for tweak stickwars...
make[2]: Nothing to be done for `internal-library-compile'.
Making all in stickwars...
Making all for bundle stickwars...
 Copying resource directories into the bundle wrapper...
make[3]: Nothing to be done for `internal-bundle-compile'.
Making stage for tweak stickwars...
Making stage in stickwars...
Making stage for bundle stickwars...
make: *** [internal-package] Error 2
 
what does it mean and how to fix it?
I'm using theos on my iPad.
 
Posted

Type in:

 

make package messages=yes
And post the result.
Posted


iPad:/var/mobile/stickwars root# make package messages=yes

/var/mobile/stickwars/theos/makefiles/targets/Darwin-arm/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang.

/var/mobile/stickwars/theos/makefiles/targets/Darwin-arm/iphone.mk:53: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries.

Making all for tweak stickwars...

make -f Makefile --no-print-directory --no-keep-going \

internal-library-compile \

_THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=stickwars _THEOS_CURRENT_OPERATION=compile \

THEOS_BUILD_DIR="." _THEOS_MAKE_PARALLEL=yes

make[2]: Nothing to be done for `internal-library-compile'.

Making all in stickwars...

make[1]: Entering directory `/private/var/mobile/stickwars/stickwars'

Making all for bundle stickwars...

mkdir -p "obj/stickwars.bundle/"

mkdir -p "obj/stickwars.bundle/"

mkdir -p "obj/stickwars.bundle/"

for d in Resources; do \

if [ -d "$d" ]; then \

rsync -a "$d/" "./obj/stickwars.bundle/" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*"; \

else \

echo "Warning: ignoring missing bundle resource directory $d."; \

fi; \

done

make -f Makefile --no-print-directory --no-keep-going \

internal-bundle-compile \

_THEOS_CURRENT_TYPE=bundle THEOS_CURRENT_INSTANCE=stickwars _THEOS_CURRENT_OPERATION=compile \

THEOS_BUILD_DIR="." _THEOS_MAKE_PARALLEL=yes

make[3]: Nothing to be done for `internal-bundle-compile'.

make[1]: Leaving directory `/private/var/mobile/stickwars/stickwars'

rm -rf "/private/var/mobile/stickwars/_"

/var/mobile/stickwars/theos/bin/fakeroot.sh -p "/private/var/mobile/stickwars/.theos/fakeroot" -c

mkdir -p "/private/var/mobile/stickwars/_"

[ -d layout ] && rsync -a "layout/" "/private/var/mobile/stickwars/_" --exclude "DEBIAN" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" || true

Making stage for tweak stickwars...

mkdir -p "/private/var/mobile/stickwars/_/Library/MobileSubstrate/DynamicLibraries/"

cp ./obj/stickwars.dylib "/private/var/mobile/stickwars/_/Library/MobileSubstrate/DynamicLibraries/"

if [ -f stickwars.plist ]; then cp stickwars.plist "/private/var/mobile/stickwars/_/Library/MobileSubstrate/DynamicLibraries/"; fi

Making stage in stickwars...

make[1]: Entering directory `/private/var/mobile/stickwars/stickwars'

[ -d layout ] && rsync -a "layout/" "/private/var/mobile/stickwars/_" --exclude "DEBIAN" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" || true

Making stage for bundle stickwars...

mkdir -p "/private/var/mobile/stickwars/_/Library/PreferenceBundles/stickwars.bundle"

rsync -a "./obj/stickwars.bundle/" "/private/var/mobile/stickwars/_/Library/PreferenceBundles/stickwars.bundle"

mkdir -p /private/var/mobile/stickwars/_/Library/PreferenceLoader/Preferences

cp entry.plist /private/var/mobile/stickwars/_/Library/PreferenceLoader/Preferences/stickwars.plist

make[1]: Leaving directory `/private/var/mobile/stickwars/stickwars'

mkdir -p "/private/var/mobile/stickwars/_/DEBIAN"

sed -e '/^[Vv]ersion:/d' "/private/var/mobile/stickwars/control" > "/private/var/mobile/stickwars/_/DEBIAN/control"

echo "Version: 1.0.0-4" >> "/private/var/mobile/stickwars/_/DEBIAN/control"

echo "Installed-Size: 184" >> "/private/var/mobile/stickwars/_/DEBIAN/control"

COPYFILE_DISABLE=1 /var/mobile/stickwars/theos/bin/fakeroot.sh -p "/private/var/mobile/stickwars/.theos/fakeroot" -r dpkg-deb -b "/private/var/mobile/stickwars/_" "./god.yongy.stickwars_1.0.0-4_iphoneos-arm.deb"

dpkg-deb: parse error, in file `/private/var/mobile/stickwars/_/DEBIAN/control' near line 10 package `god.yongy.stickwars':

missing version

make: *** [internal-package] Error 2

 

Posted

Check your control file, the version row.

 

Is everything okay there?

 

Also make sure a row is empty after the last one. I've seen it causes issues.

Posted

Package: god.yongy.stickwars

Name: stickwars
Depends: mobilesubstrate
Version: 1.0.0
Architecture: iphoneos-arm
Description: An awesome MobileSubstrate tweak!
Maintainer: Yongy
Author: Yongy
Section: Tweaks
  • Solution
Posted

Package: god.yongy.stickwars

Name: stickwars

Depends: mobilesubstrate

Version: 1.0.0

Architecture: iphoneos-arm

Description: An awesome MobileSubstrate tweak!

Maintainer: Yongy

Author: Yongy

Section: Tweaks

Use this:

 

Package: god.yongy.stickwars
Name: stickwars
Depends: mobilesubstrate
Version: 1.0.0
Architecture: iphoneos-arm
Description: An awesome MobileSubstrate tweak!
Maintainer: Yongy
Author: Yongy
Section: Tweaks

Including the empty space at the bottom.
Posted

working now. thanks very much DiDA

You're welcome. :)

 

Mark an answer as solved.

Posted

Hi guys! I have slightly similar situation, I don't have errors, have warnings that I can't fix.  When I compile, I get this warnings. I didn't understand what I have to do with control file to fix it. Please, help me!!!

iPad-MerdanK:/var/mobile/Tweaks/linedr root# make package
Making all for tweak LineDR...
make[2]: Nothing to be done for `internal-library-compile'.
Making all in prefs...
Making all for bundle prefs...
 Copying resource directories into the bundle wrapper...
make[3]: Nothing to be done for `internal-bundle-compile'.
Making stage for tweak LineDR...
Making stage in prefs...
Making stage for bundle prefs...
dpkg-deb: building package `com.merdank.linedr' in `Packages/com.merdank.linedr_0.0.1-8_iphoneos-arm.deb'.
iPad-MerdanK:/var/mobile/Tweaks/linedr root# make package messages=yes
Making all for tweak LineDR...
make -f Makefile --no-print-directory --no-keep-going \
		internal-library-compile \
		_THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=LineDR _THEOS_CURRENT_OPERATION=compile \
		THEOS_BUILD_DIR="/var/mobile/Tweaks/linedr/Packages" _THEOS_MAKE_PARALLEL=yes
make[2]: Nothing to be done for `internal-library-compile'.
Making all in prefs...
make[1]: Entering directory `/private/var/mobile/Tweaks/linedr/prefs'
Making all for bundle prefs...
mkdir -p "/var/mobile/Tweaks/linedr/Packages/prefs/obj/prefs.bundle/"
mkdir -p "/var/mobile/Tweaks/linedr/Packages/prefs/obj/prefs.bundle/"
mkdir -p "/var/mobile/Tweaks/linedr/Packages/prefs/obj/prefs.bundle/"
for d in Resources; do \
		if [ -d "$d" ]; then \
			rsync -a "$d/" "/var/mobile/Tweaks/linedr/Packages/prefs/obj/prefs.bundle/" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*"; \
		else \
			echo "Warning: ignoring missing bundle resource directory $d."; \
		fi; \
	done
make -f Makefile --no-print-directory --no-keep-going \
		internal-bundle-compile \
		_THEOS_CURRENT_TYPE=bundle THEOS_CURRENT_INSTANCE=prefs _THEOS_CURRENT_OPERATION=compile \
		THEOS_BUILD_DIR="/var/mobile/Tweaks/linedr/Packages/prefs" _THEOS_MAKE_PARALLEL=yes
make[3]: Nothing to be done for `internal-bundle-compile'.
make[1]: Leaving directory `/private/var/mobile/Tweaks/linedr/prefs'
rm -rf "/private/var/mobile/Tweaks/linedr/_"
/var/mobile/Tweaks/linedr/theos/bin/fakeroot.sh -p "/private/var/mobile/Tweaks/linedr/.theos/fakeroot" -c
mkdir -p "/private/var/mobile/Tweaks/linedr/_"
[ -d layout ] && rsync -a "layout/" "/private/var/mobile/Tweaks/linedr/_" --exclude "DEBIAN" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" || true
Making stage for tweak LineDR...
mkdir -p "/private/var/mobile/Tweaks/linedr/_/Library/MobileSubstrate/DynamicLibraries/"
cp /var/mobile/Tweaks/linedr/Packages/obj/LineDR.dylib "/private/var/mobile/Tweaks/linedr/_/Library/MobileSubstrate/DynamicLibraries/"
if [ -f LineDR.plist ]; then cp LineDR.plist "/private/var/mobile/Tweaks/linedr/_/Library/MobileSubstrate/DynamicLibraries/"; fi
Making stage in prefs...
make[1]: Entering directory `/private/var/mobile/Tweaks/linedr/prefs'
[ -d layout ] && rsync -a "layout/" "/private/var/mobile/Tweaks/linedr/_" --exclude "DEBIAN" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" || true
Making stage for bundle prefs...
mkdir -p "/private/var/mobile/Tweaks/linedr/_/Library/PreferenceBundles/prefs.bundle"
rsync -a "/var/mobile/Tweaks/linedr/Packages/prefs/obj/prefs.bundle/" "/private/var/mobile/Tweaks/linedr/_/Library/PreferenceBundles/prefs.bundle"
mkdir -p /private/var/mobile/Tweaks/linedr/_/Library/PreferenceLoader/Preferences
cp entry.plist /private/var/mobile/Tweaks/linedr/_/Library/PreferenceLoader/Preferences/prefs.plist
make[1]: Leaving directory `/private/var/mobile/Tweaks/linedr/prefs'
mkdir -p "/private/var/mobile/Tweaks/linedr/_/DEBIAN"
sed -e '/^[Vv]ersion:/d' "/private/var/mobile/Tweaks/linedr/control" > "/private/var/mobile/Tweaks/linedr/_/DEBIAN/control"
echo "Version: 0.0.1-9" >> "/private/var/mobile/Tweaks/linedr/_/DEBIAN/control"
echo "Installed-Size: 152" >> "/private/var/mobile/Tweaks/linedr/_/DEBIAN/control"
COPYFILE_DISABLE=1 /var/mobile/Tweaks/linedr/theos/bin/fakeroot.sh -p "/private/var/mobile/Tweaks/linedr/.theos/fakeroot" -r dpkg-deb -b "/private/var/mobile/Tweaks/linedr/_" "Packages/com.merdank.linedr_0.0.1-9_iphoneos-arm.deb" 
warning, `/private/var/mobile/Tweaks/linedr/_/DEBIAN/control' contains user-defined field `Name'
warning, `/private/var/mobile/Tweaks/linedr/_/DEBIAN/control' contains user-defined field `Author'
dpkg-deb: building package `com.merdank.linedr' in `Packages/com.merdank.linedr_0.0.1-9_iphoneos-arm.deb'.
dpkg-deb: ignoring 2 warnings about the control file(s)
Posted

 

Hi guys! I have slightly similar situation, I don't have errors, have warnings that I can't fix. When I compile, I get this warnings. I didn't understand what I have to do with control file to fix it. Please, help me!!!

iPad-MerdanK:/var/mobile/Tweaks/linedr root# make package
Making all for tweak LineDR...
make[2]: Nothing to be done for `internal-library-compile'.
Making all in prefs...
Making all for bundle prefs...
 Copying resource directories into the bundle wrapper...
make[3]: Nothing to be done for `internal-bundle-compile'.
Making stage for tweak LineDR...
Making stage in prefs...
Making stage for bundle prefs...
dpkg-deb: building package `com.merdank.linedr' in `Packages/com.merdank.linedr_0.0.1-8_iphoneos-arm.deb'.
iPad-MerdanK:/var/mobile/Tweaks/linedr root# make package messages=yes
Making all for tweak LineDR...
make -f Makefile --no-print-directory --no-keep-going \
		internal-library-compile \
		_THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=LineDR _THEOS_CURRENT_OPERATION=compile \
		THEOS_BUILD_DIR="/var/mobile/Tweaks/linedr/Packages" _THEOS_MAKE_PARALLEL=yes
make[2]: Nothing to be done for `internal-library-compile'.
Making all in prefs...
make[1]: Entering directory `/private/var/mobile/Tweaks/linedr/prefs'
Making all for bundle prefs...
mkdir -p "/var/mobile/Tweaks/linedr/Packages/prefs/obj/prefs.bundle/"
mkdir -p "/var/mobile/Tweaks/linedr/Packages/prefs/obj/prefs.bundle/"
mkdir -p "/var/mobile/Tweaks/linedr/Packages/prefs/obj/prefs.bundle/"
for d in Resources; do \
		if [ -d "$d" ]; then \
			rsync -a "$d/" "/var/mobile/Tweaks/linedr/Packages/prefs/obj/prefs.bundle/" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*"; \
		else \
			echo "Warning: ignoring missing bundle resource directory $d."; \
		fi; \
	done
make -f Makefile --no-print-directory --no-keep-going \
		internal-bundle-compile \
		_THEOS_CURRENT_TYPE=bundle THEOS_CURRENT_INSTANCE=prefs _THEOS_CURRENT_OPERATION=compile \
		THEOS_BUILD_DIR="/var/mobile/Tweaks/linedr/Packages/prefs" _THEOS_MAKE_PARALLEL=yes
make[3]: Nothing to be done for `internal-bundle-compile'.
make[1]: Leaving directory `/private/var/mobile/Tweaks/linedr/prefs'
rm -rf "/private/var/mobile/Tweaks/linedr/_"
/var/mobile/Tweaks/linedr/theos/bin/fakeroot.sh -p "/private/var/mobile/Tweaks/linedr/.theos/fakeroot" -c
mkdir -p "/private/var/mobile/Tweaks/linedr/_"
[ -d layout ] && rsync -a "layout/" "/private/var/mobile/Tweaks/linedr/_" --exclude "DEBIAN" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" || true
Making stage for tweak LineDR...
mkdir -p "/private/var/mobile/Tweaks/linedr/_/Library/MobileSubstrate/DynamicLibraries/"
cp /var/mobile/Tweaks/linedr/Packages/obj/LineDR.dylib "/private/var/mobile/Tweaks/linedr/_/Library/MobileSubstrate/DynamicLibraries/"
if [ -f LineDR.plist ]; then cp LineDR.plist "/private/var/mobile/Tweaks/linedr/_/Library/MobileSubstrate/DynamicLibraries/"; fi
Making stage in prefs...
make[1]: Entering directory `/private/var/mobile/Tweaks/linedr/prefs'
[ -d layout ] && rsync -a "layout/" "/private/var/mobile/Tweaks/linedr/_" --exclude "DEBIAN" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" || true
Making stage for bundle prefs...
mkdir -p "/private/var/mobile/Tweaks/linedr/_/Library/PreferenceBundles/prefs.bundle"
rsync -a "/var/mobile/Tweaks/linedr/Packages/prefs/obj/prefs.bundle/" "/private/var/mobile/Tweaks/linedr/_/Library/PreferenceBundles/prefs.bundle"
mkdir -p /private/var/mobile/Tweaks/linedr/_/Library/PreferenceLoader/Preferences
cp entry.plist /private/var/mobile/Tweaks/linedr/_/Library/PreferenceLoader/Preferences/prefs.plist
make[1]: Leaving directory `/private/var/mobile/Tweaks/linedr/prefs'
mkdir -p "/private/var/mobile/Tweaks/linedr/_/DEBIAN"
sed -e '/^[Vv]ersion:/d' "/private/var/mobile/Tweaks/linedr/control" > "/private/var/mobile/Tweaks/linedr/_/DEBIAN/control"
echo "Version: 0.0.1-9" >> "/private/var/mobile/Tweaks/linedr/_/DEBIAN/control"
echo "Installed-Size: 152" >> "/private/var/mobile/Tweaks/linedr/_/DEBIAN/control"
COPYFILE_DISABLE=1 /var/mobile/Tweaks/linedr/theos/bin/fakeroot.sh -p "/private/var/mobile/Tweaks/linedr/.theos/fakeroot" -r dpkg-deb -b "/private/var/mobile/Tweaks/linedr/_" "Packages/com.merdank.linedr_0.0.1-9_iphoneos-arm.deb" 
warning, `/private/var/mobile/Tweaks/linedr/_/DEBIAN/control' contains user-defined field `Name'
warning, `/private/var/mobile/Tweaks/linedr/_/DEBIAN/control' contains user-defined field `Author'
dpkg-deb: building package `com.merdank.linedr' in `Packages/com.merdank.linedr_0.0.1-9_iphoneos-arm.deb'.
dpkg-deb: ignoring 2 warnings about the control file(s)

The .deb is built though, right?

 

There's no errors, just a warning telling you that the Control file already has pre-defined fields.

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

    • SuperStar STARSHIP Cheats v3.24.3 +3
      Modded/Hacked App: SuperStar STARSHIP By Dalcomsoft Inc.
      Bundle ID: com.dalcomsoft.sss
      iTunes Store Link: https://apps.apple.com/us/app/superstar-starship/id1480181152?uo=4


      Hack Features:
      - Never Lose
      - Auto Dance
      - Always S.Perfect


      iOS Hack Download Link: https://iosgods.com/topic/164185-superstar-starship-cheats-v378-3/
      • 127 replies
    • Merge Studio: Fashion Makeover v3.5.0 +50++ Jailed Cheats [ Debug Menu ]
      Modded/Hacked App: Merge Studio: Fashion Makeover By Paxie Games Oyun ve Yazilim Anonim Sirketi
      Bundle ID: com.paxiegames.mergestudio
      iTunes Store Link: https://apps.apple.com/us/app/merge-studio-fashion-makeover/id1615964753?uo=4


      Hack Features:
      - Debug Menu -> Head over to Settings and toggle the Sound button.


      Jailbreak required hack(s): [Mod Menu Hack] Merge Studio: Fashion Makeover v2.3.0 +50++ Cheats [ Debug Menu ] - 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/
      • 54 replies
    • Merge Studio: Fashion Makeover v3.5.0 +50++ Cheats [ Debug Menu ]
      Modded/Hacked App: Merge Studio: Fashion Makeover By Paxie Games Oyun ve Yazilim Anonim Sirketi
      Bundle ID: com.paxiegames.mergestudio
      iTunes Store Link: https://apps.apple.com/us/app/merge-studio-fashion-makeover/id1615964753?uo=4


      Hack Features:
      - Debug Menu -> Head over to Settings and toggle the Sound button.


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Merge Studio: Fashion Makeover v2.3.0 +50++ Jailed Cheats [ Debug Menu ] - Free Non-Jailbroken IPA 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/
      • 45 replies
    • Royal Kingdom v17794 +4 Jailed Cheats [ Coins + More ]
      Modded/Hacked App: Royal Kingdom By Dream Games
      Bundle ID: com.dreamgames.royalkingdom
      iTunes Store Link: https://apps.apple.com/ph/app/royal-kingdom/id1606549505
       

      Hack Features:
      - Freeze Coins
      - Freeze Lives
      - Freeze Boosters
      - Freeze Moves


      Jailbreak required hack(s): [Mod Menu Hack] Royal Kingdom v3987 +4 Cheats [ Unlimited Coins ] - 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/
        • Agree
        • Like
      • 116 replies
    • Royal Kingdom v17794 +4 Cheats [ Coins + More ]
      Modded/Hacked App: Royal Kingdom By Dream Games
      Bundle ID: com.dreamgames.royalkingdom
      iTunes Store Link: https://apps.apple.com/ph/app/royal-kingdom/id1606549505
       

      Hack Features:
      - Freeze Coins
      - Freeze Lives
      - Freeze Boosters
      - Freeze Moves


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Royal Kingdom v3987 +4 Jailed Cheats [ Unlimited Coins ] - Free Non-Jailbroken IPA 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/
      • 65 replies
    • Duskwood - Detective Story v1.10.17 +3 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Duskwood - Detective Story By Everbyte GmbH
      Bundle ID: com.everbytestudio.interactive.text.chat.story.rpg.cyoa.duskwood
      iTunes Store Link: https://apps.apple.com/us/app/duskwood-detective-story/id1479430106?uo=4


      Hack Features:
      - Unlimited Coins -> Earn or spend some.
      - Unlimited Hearts -> Earn or spend some.
      - Free In-App Purchases -> Toggle via iGMenu.


      Jailbreak required hack(s): [Mod Menu Hack] Duskwood - Detective Story v1.10.14 +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/
      • 54 replies
    • Duskwood - Detective Story v1.10.17 +3 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Duskwood - Detective Story By Everbyte GmbH
      Bundle ID: com.everbytestudio.interactive.text.chat.story.rpg.cyoa.duskwood
      iTunes Store Link: https://apps.apple.com/us/app/duskwood-detective-story/id1479430106?uo=4


      Hack Features:
      - Unlimited Coins -> Earn or spend some.
      - Unlimited Hearts -> Earn or spend some.
      - Free In-App Purchases


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Duskwood - Detective Story v1.10.14 +3 Jailed Cheats [ Unlimited Currencies ] - Free Non-Jailbroken IPA 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/
      • 22 replies
    • Idle Zombie Miner: Gold Tycoon v2.212.1660 +1++ Jailed Cheat [ Currencies ]
      Modded/Hacked App: Idle Zombie Miner: Gold Tycoon By VISTREX LIMITED
      Bundle ID: com.zombie.idleminertycoon
      iTunes Store Link: https://apps.apple.com/us/app/idle-zombie-miner-gold-tycoon/id6471983323?uo=4


      Hack Features:
      - Unlimited Currencies -> Will increase instead of decrease.


      Jailbreak required hack(s): [Mod Menu Hack] Idle Zombie Miner: Gold Tycoon v2.53.1001 +1++ Cheat [ 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/
      • 81 replies
    • Idle Zombie Miner: Gold Tycoon v2.212.1660 +1++ Cheat [ Currencies ]
      Modded/Hacked App: Idle Zombie Miner: Gold Tycoon By VISTREX LIMITED
      Bundle ID: com.zombie.idleminertycoon
      iTunes Store Link: https://apps.apple.com/us/app/idle-zombie-miner-gold-tycoon/id6471983323?uo=4


      Hack Features:
      - Unlimited Currencies -> Will increase instead of decrease.


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Idle Zombie Miner: Gold Tycoon v2.53.1001 +1++ Jailed Cheat [ Unlimited Currencies ] - Free Non-Jailbroken IPA 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/
      • 58 replies
    • Loot Heroes v1.4.7 +8 Jailed Cheats [ Unlimited Currencies + More ]
      Modded/Hacked App: Loot Heroes: Fantasy RPG Games By BoomBit, Inc.
      Bundle ID: com.bbp.lootheroes
      iTunes Store Link: https://apps.apple.com/us/app/loot-heroes-fantasy-rpg-games/id6642699678?uo=4


      Hack Features:
      - Freeze Currencies
      - Unlimited Currencies [ VIP ]
      - God Mode -> Traps still cause damage.
      - One-Hit Kill
      - All Heroes Unlocked
      - Auto Win [ VIP ]
      - Battle Pass Unlocked [ VIP ]


      Jailbreak required hack(s): [Mod Menu Hack] Loot Heroes v1.1.5 +8 Cheats [ Unlimited Currencies + More ] - 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/
      • 71 replies
    • Loot Heroes v1.4.7 +8 Cheats [ Unlimited Currencies + More ]
      Modded/Hacked App: Loot Heroes By BoomBit, Inc.
      Bundle ID: com.bbp.lootheroes
      iTunes Store Link: https://apps.apple.com/us/app/loot-heroes/id6642699678?uo=4


      Hack Features:
      - Freeze Currencies
      - Unlimited Currencies [ VIP ]
      - God Mode -> Traps still cause damage.
      - One-Hit Kill
      - All Heroes Unlocked
      - Auto Win [ VIP ]
      - Battle Pass Unlocked [ VIP ]


      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/
      • 202 replies
    • AltLife - Life Simulator v43 +2 Jailed Cheats [ Unlimited Money ]
      Modded/Hacked App: AltLife - Life Simulator By Mark Benyei
      Bundle ID: com.qmzapps.altlife
      App Store Link: https://apps.apple.com/us/app/altlife-life-simulator/id1567044511?uo=4

       


      🤩 Hack Features

      - Unlimited Money -> Will increase instead of decrease.
      - Premium Enabled
      • 0 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