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

    • Match Villains v1.27.1 [ +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/
        • Informative
        • Like
      • 12 replies
    • Match Villains v1.27.1 [ +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/
        • Like
      • 15 replies
    • Castle Crush-Match 3 v2.8.0 [ +6 Jailed ] Auto Win
      Modded/Hacked App: Castle Crush-Match 3 By KIWI MIBO NETWORK TECHNOLOGY CO.,LIMITED
      Bundle ID: com.mibo.castlecrush.apple
      iTunes Store Link: https://apps.apple.com/us/app/castle-crush-match-3/id1663431964?uo=4


      Hack Features

      - Coins

      - Lives

      - Stars

      - Moves Freeze

      - Booster

      - Auto Win [ Just Hit Target ]


      Jailbreak required iOS hacks: https://iosgods.com/forum/5-game-cheats-hack-requests/
      Modded Android APKs: https://iosgods.com/forum/68-android-section/
        • Like
      • 11 replies
    • Castle Crush-Match 3 v2.8.0 [ +6 Cheats ] Auto Win
      Modded/Hacked App: Castle Crush-Match 3 By KIWI MIBO NETWORK TECHNOLOGY CO.,LIMITED
      Bundle ID: com.mibo.castlecrush.apple
      iTunes Store Link: https://apps.apple.com/us/app/castle-crush-match-3/id1663431964?uo=4


      Hack Features

      - Coins

      - Lives

      - Stars

      - Moves Freeze

      - Booster

      - Auto Win [ Just Hit Target ]


      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/
        • Like
      • 14 replies
    • Survivor Kingdoms V3.12 [ +11 Jailed ] Easy Win
      Modded/Hacked App: Survivor Kingdoms By Gamee Joint Stock Company
      Bundle ID: com.gamee.kingdoms.survivor.io
      iTunes Store Link: https://apps.apple.com/us/app/survivor-kingdoms/id6444824577?uo=4

       

      🚀 Hack Features

      - IAP Free [ Buy Anything ]

      - Health

      - Damage

      - Skill CD Slow

      - Skill CD Fast [ Maybe Game Slow ]

      - Skill Size Big

      - Shooting Speed Fast

      - Movement Speed

      - Auto Revive Unlimited [ Never Die ]

      - Ultimate Power CD

      - Avatar & Frame 


      🍏 Jailbreak iOS hacks: https://iosgods.com/forum/5-game-cheats-hack-requests/
      🤖 Modded Android APKs: https://iosgods.com/forum/68-android-section/
        • Informative
        • Agree
        • Winner
        • Like
      • 15 replies
    • Survivor Kingdoms V3.12 [ +11 Cheats ] Easy Win
      Modded/Hacked App: Survivor Kingdoms By Gamee Joint Stock Company
      Bundle ID: com.gamee.kingdoms.survivor.io
      iTunes Store Link: https://apps.apple.com/us/app/survivor-kingdoms/id6444824577?uo=4


      Hack Features:
      - IAP Free [ Buy Anything ]

      - Health

      - Damage

      - Skill CD Slow

      - Skill CD Fast [ Maybe Game Slow ]

      - Skill Size Big

      - Shooting Speed Fast

      - Movement Speed

      - Auto Revive Unlimited [ Never Die ]

      - Ultimate Power CD

      - Avatar & Frame 


      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/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 32 replies
    • Merge Cruise: Mystery Puzzle v0.36.210 [ +2 Cheats ] Currency Max
      Modded/Hacked App: Merge Cruise: Mystery Puzzle By STUDIO PEERPLAY GAMES LTD
      Bundle ID: com.peerplay.megamerge
      iTunes Store Link: https://apps.apple.com/us/app/merge-cruise-mystery-puzzle/id6459056553?uo=4
       

      🤩 Hack Features

      - Cash
      - Energy

      • 5 replies
    • Merge Cruise: Mystery Puzzle v0.36.210 [ +2 Jailed ] Currency Max
      Modded/Hacked App: Merge Cruise: Mystery Puzzle By STUDIO PEERPLAY GAMES LTD
      Bundle ID: com.peerplay.megamerge
      iTunes Store Link: https://apps.apple.com/us/app/merge-cruise-mystery-puzzle/id6459056553?uo=4
       

      🤩 Hack Features

      - Cash
      - Energy

        • Winner
        • Like
      • 10 replies
    • Magic Defense TD v286 [ +5 Cheats ] Always Win
      Modded/Hacked App: Magic Defense! By OBLIQUE GAMES, Corp.
      Bundle ID: com.ObliqueGames.MagicTowerDefense100
      iTunes Store Link: https://apps.apple.com/us/app/magic-defense/id6475539174?uo=4


      Hack Features:
      - No ADS [ Rewards Free ]

      - Skill Cooldown

      - Damage

      - Never Die

      - Auto Kill Enemy + Freez  [ Always Win ]


      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/
        • Informative
        • Agree
        • Thanks
        • Winner
        • Like
      • 68 replies
    • Magic Defense TD v286 [ +5 Jailed ] Always Win
      Modded/Hacked App: Magic Defense : TD By OBLIQUE GAMES, Corp.
      Bundle ID: com.ObliqueGames.MagicTowerDefense100
      iTunes Store Link: https://apps.apple.com/us/app/magic-defense-td/id6475539174?uo=4



      Hack Features:

      - No ADS [ Rewards Free ]

      - Skill Cooldown

      - Damage

      - Never Die

      - Auto Kill Enemy + Freez  [ Always Win ]


      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/
        • Informative
        • Thanks
        • Winner
        • Like
      • 37 replies
    • (Legen Clover Japan) れじぇくろ! ~レジェンド・クローバー~ v3.14.0 +1 Cheat
      Modded/Hacked App: れじぇくろ! ~レジェンド・クローバー~ By EXNOA LLC
      Bundle ID: com.dmm.games.legeclo
      iTunes Store Link: https://apps.apple.com/jp/app/%E3%82%8C%E3%81%98%E3%81%87%E3%81%8F%E3%82%8D-%E3%83%AC%E3%82%B8%E3%82%A7%E3%83%B3%E3%83%89-%E3%82%AF%E3%83%AD%E3%83%BC%E3%83%90%E3%83%BC/id1536354906?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:
      - Instant Win


      Jailbreak required hack(s): 


      iOS Hack Download IPA Link:

      Hidden Content

      Download via the iOSGods App








      PC Installation Instructions:
      STEP 1: If necessary, uninstall the app if you have it installed on your iDevice. Some hacked IPAs will install as a duplicate app. Make sure to back it up so you don't lose your progress.
      STEP 2: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see this tutorial topic.
      STEP 3: Download Sideloadly and install it on your PC.
      STEP 4: Open/Run Sideloadly on your computer, connect your iOS Device, and wait until your device name shows up.
      STEP 5: Once your iDevice appears, drag the modded .IPA file you downloaded and drop it inside the Sideloadly application.
      STEP 6: You will now have to enter your iTunes/Apple ID email login, press "Start" & then you will be asked to enter your password. Go ahead and enter the required information.
      STEP 7: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 8: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles/VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'.
      STEP 9: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game.

      NOTE: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. Jailbroken iDevices can also use Sideloadly/Filza/IPA Installer to normally install the IPA with AppSync. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please post your issue down below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
        • Informative
        • Agree
        • Thanks
        • Like
      • 39 replies
    • (Legend Clover Japan) れじぇくろ! ~レジェンド・クローバー~ v3.14.0 +1 Cheat
      Modded/Hacked App: れじぇくろ! ~レジェンド・クローバー~ By EXNOA LLC
      Bundle ID: com.dmm.games.legeclo
      iTunes Store Link: https://apps.apple.com/jp/app/%E3%82%8C%E3%81%98%E3%81%87%E3%81%8F%E3%82%8D-%E3%83%AC%E3%82%B8%E3%82%A7%E3%83%B3%E3%83%89-%E3%82%AF%E3%83%AD%E3%83%BC%E3%83%90%E3%83%BC/id1536354906?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:
      - Instant Win


      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/


      iOS Hack Download Link:

      Hidden Content
      Download Hack







      Installation Instructions:
      STEP 1: Download the .deb Cydia hack file from the link above. Use Safari/Google Chrome or other iOS browsers to download.
      STEP 2: Once the file has downloaded, tap on it and then you will be prompted on whether you want to open the deb with iGameGod or copy it to Filza.
      STEP 3: If necessary, tap on the downloaded file, and then, you will need to press 'Install' from the options on your screen.
      STEP 4: Let iGameGod/Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
      STEP 5: If the hack is a Mod Menu — which is usually the case nowadays — the cheat features can be toggled in-game. Some cheats have options that can be enabled from your iDevice settings.
      STEP 6: Turn on the features you want and play the game. You may need to follow further instructions inside the hack's popup in-game.

       

      NOTE: If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue down below and we'll do our best to help! If the hack does work for you, please post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
        • Thanks
        • Winner
        • Like
      • 67 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