Jump to content

[Theos Compiling Error] Arm64 stripping code signing error


Z4R0S

14 posts in this topic

Recommended Posts

Thanks @Rook for the SDK solution for my previous issue.

 

Extra info:

Using the latest THEOS version

Using a patched 12.4 SDK

Using IG’s v3.1 nic template

 

Now my problem consist of a code signing error when trying to stripe the tweak.

Armv7 always end in faults (duh) but once it reaches the arm64 stage with the code signing error, if I attempt to make package again afterwards it’ll skip the arm64 part altogether and end on armv7 error.

I’ve tried more than once to edit the tweak’s MakeFile to remove the armv7 part and somehow compiles “successfully” the tweak in Arm64 but for some reason it’ll not appear at all in the app when enabled through Libhooker (Nor springboard this time😅)

If I make the tweak anew (delete the whole project and create a new one in Theos), it’ll go through the same issues. Respringing or rejailbreaking won’t work on it.

 

Console log;

Z4R0S:/var/mobile/projects root# cd /var/mobile/projects/polytopiav2
062/
Z4R0S:/var/mobile/projects/polytopiav2062 root# make package
> Making all for tweak Polytopiav2062…
==> Preprocessing Tweak.xm…
==> Preprocessing Tweak.xm…
==> Compiling Tweak.xm (armv7)…
clang-11: error: invalid iOS deployment version '-miphoneos-version-min=12.2', iOS 10 is the maximum deployment target for 32-bit targets [-Winvalid-ios-deployment-target]
make[3]: *** [/var/theos/makefiles/instance/rules.mk:270: /var/mobile/projects/polytopiav2062/.theos/obj/armv7/Tweak.xm.27b0a232.o] Error 1
rm /var/mobile/projects/polytopiav2062/.theos/obj/armv7/Tweak.xm.mm
make[2]: *** [/var/theos/makefiles/instance/library.mk:52: /var/mobile/projects/polytopiav2062/.theos/obj/armv7/Polytopiav2062.dylib] Error 2
make[2]: *** Waiting for unfinished jobs....
==> Compiling Tweak.xm (arm64)…
==> Linking tweak Polytopiav2062 (arm64)…
==> Stripping Polytopiav2062 (arm64)…
strip: warning: changes being made to the file will invalidate the code signature in: /private/var/mobile/projects/polytopiav2062/.theos/obj/arm64/Polytopiav2062.dylib
rm /var/mobile/projects/polytopiav2062/.theos/obj/arm64/Tweak.xm.mm
make[1]: *** [/var/theos/makefiles/instance/library.mk:37: internal-library-all_] Error 2
make: *** [/var/theos/makefiles/master/rules.mk:117: Polytopiav2062.all.tweak.variables] Error 2
Z4R0S:/var/mobile/projects/polytopiav2062 root#

Updated by ZAROS
Link to comment
Share on other sites

9 minutes ago, Rook said:

Hey!

What does the command output say?

make package messages=yes

 

Had to recreate the files again to get the console to the arm64 part, so don’t be confused by the many variants of the name you’ve seen thus far! (Usually ran as root but mobile give the same results)

 

Z4R0S:~/projects/igpolytopiav2062 mobile% make package messages=yes
> Making all for tweak igpolytopiav2062…
make -f Makefile --no-keep-going COLOR=1 \
        internal-library-compile \
        _THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=igpolytopiav2062 _THEOS_CURRENT_OPERATION=compile \
        THEOS_BUILD_DIR="." _THEOS_MAKE_PARALLEL=yes
make -f Makefile --no-print-directory --no-keep-going internal-tweak-compile _THEOS_CURRENT_TYPE="tweak" THEOS_CURRENT_INSTANCE="igpolytopiav2062" _THEOS_CURRENT_OPERATION="compile" THEOS_BUILD_DIR="." THEOS_CURRENT_ARCH="armv7"
make -f Makefile --no-print-directory --no-keep-going internal-tweak-compile _THEOS_CURRENT_TYPE="tweak" THEOS_CURRENT_INSTANCE="igpolytopiav2062" _THEOS_CURRENT_OPERATION="compile" THEOS_BUILD_DIR="." THEOS_CURRENT_ARCH="arm64"
set -o pipefail; (mkdir -p /var/mobile/projects/igpolytopiav2062/.theos/obj/arm64/)
(printf "\e[0;3%im==> \e[1;39m%s…\e[m\n" 1 "Preprocessing Tweak.xm"); set -o pipefail; (/var/theos/bin/logos.pl -c warnings=error -c generator=MobileSubstrate    Tweak.xm > /var/mobile/projects/igpolytopiav2062/.theos/obj/arm64/Tweak.xm.mm)
==> Preprocessing Tweak.xm…
set -o pipefail; (mkdir -p /var/mobile/projects/igpolytopiav2062/.theos/obj/armv7/)
(printf "\e[0;3%im==> \e[1;39m%s…\e[m\n" 1 "Preprocessing Tweak.xm"); set -o pipefail; (/var/theos/bin/logos.pl -c warnings=error -c generator=MobileSubstrate    Tweak.xm > /var/mobile/projects/igpolytopiav2062/.theos/obj/armv7/Tweak.xm.mm)
==> Preprocessing Tweak.xm…
set -o pipefail; (mkdir -p /var/mobile/projects/igpolytopiav2062/.theos/obj/armv7/)
(printf "\e[0;3%im==> \e[1;39m%s…\e[m\n" 2 "Compiling Tweak.xm (armv7)"); set -o pipefail; (clang++ -x objective-c++ -c -I"/var/mobile/projects/igpolytopiav2062" -I/var/theos/include -I/var/theos/vendor/include -I/var/theos/include/_fallback -include /var/theos/Prefix.pch -MT /var/mobile/projects/igpolytopiav2062/.theos/obj/armv7/Tweak.xm.1a185e94.o -MMD -MP -MF "/var/mobile/projects/igpolytopiav2062/.theos/obj/armv7/Tweak.xm.1a185e94.Td" -fcolor-diagnostics -DTARGET_IPHONE=1 -Os -Wall -ggdb -Werror  -isysroot "/var/theos/sdks/iPhoneOS12.2.sdk" -miphoneos-version-min=12.2      -DTHEOS_INSTANCE_NAME="\"igpolytopiav2062\"" -fmodules -fcxx-modules -fmodule-name=igpolytopiav2062 -fbuild-session-file=/var/mobile/projects/igpolytopiav2062/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session  -arch armv7       -stdlib=libc++        /var/mobile/projects/igpolytopiav2062/.theos/obj/armv7/Tweak.xm.mm -o /var/mobile/projects/igpolytopiav2062/.theos/obj/armv7/Tweak.xm.1a185e94.o)
==> Compiling Tweak.xm (armv7)…
clang-11: error: invalid iOS deployment version '-miphoneos-version-min=12.2', iOS 10 is the maximum deployment target for 32-bit targets [-Winvalid-ios-deployment-target]
make[3]: *** [/var/theos/makefiles/instance/rules.mk:270: /var/mobile/projects/igpolytopiav2062/.theos/obj/armv7/Tweak.xm.1a185e94.o] Error 1
rm /var/mobile/projects/igpolytopiav2062/.theos/obj/armv7/Tweak.xm.mm
make[2]: *** [/var/theos/makefiles/instance/library.mk:52: /var/mobile/projects/igpolytopiav2062/.theos/obj/armv7/igpolytopiav2062.dylib] Error 2
make[2]: *** Waiting for unfinished jobs....
set -o pipefail; (mkdir -p /var/mobile/projects/igpolytopiav2062/.theos/obj/arm64/)
(printf "\e[0;3%im==> \e[1;39m%s…\e[m\n" 2 "Compiling Tweak.xm (arm64)"); set -o pipefail; (clang++ -x objective-c++ -c -I"/var/mobile/projects/igpolytopiav2062" -I/var/theos/include -I/var/theos/vendor/include -I/var/theos/include/_fallback -include /var/theos/Prefix.pch -MT /var/mobile/projects/igpolytopiav2062/.theos/obj/arm64/Tweak.xm.e4a9ed43.o -MMD -MP -MF "/var/mobile/projects/igpolytopiav2062/.theos/obj/arm64/Tweak.xm.e4a9ed43.Td" -fcolor-diagnostics -DTARGET_IPHONE=1 -Os -Wall -ggdb -Werror  -isysroot "/var/theos/sdks/iPhoneOS12.2.sdk" -miphoneos-version-min=12.2      -DTHEOS_INSTANCE_NAME="\"igpolytopiav2062\"" -fmodules -fcxx-modules -fmodule-name=igpolytopiav2062 -fbuild-session-file=/var/mobile/projects/igpolytopiav2062/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session  -arch arm64       -stdlib=libc++        /var/mobile/projects/igpolytopiav2062/.theos/obj/arm64/Tweak.xm.mm -o /var/mobile/projects/igpolytopiav2062/.theos/obj/arm64/Tweak.xm.e4a9ed43.o)
==> Compiling Tweak.xm (arm64)…
set -o pipefail; (mkdir -p /var/mobile/projects/igpolytopiav2062/.theos/obj/arm64)
(printf "\e[0;3%im==> \e[1;39m%s…\e[m\n" 3 "Linking tweak igpolytopiav2062 (arm64)"); set -o pipefail; (clang++ -fcolor-diagnostics -L/var/theos/lib -ggdb -L/var/theos/vendor/lib -lobjc -framework Foundation -framework CoreFoundation -ObjC++ -fobjc-exceptions -fobjc-call-cxx-cdtors  -framework UIKit            -F/var/theos/vendor/lib -framework CydiaSubstrate -dynamiclib -install_name "/Library/MobileSubstrate/DynamicLibraries/igpolytopiav2062.dylib"  -isysroot "/var/theos/sdks/iPhoneOS12.2.sdk" -miphoneos-version-min=12.2  -multiply_defined suppress -stdlib=libc++ -lc++  -arch arm64 -Wl,-segalign,4000  -o "/var/mobile/projects/igpolytopiav2062/.theos/obj/arm64/igpolytopiav2062.dylib" /var/mobile/projects/igpolytopiav2062/.theos/obj/arm64/Tweak.xm.e4a9ed43.o)
==> Linking tweak igpolytopiav2062 (arm64)…
(printf "\e[0;3%im==> \e[1;39m%s…\e[m\n" 4 "Stripping igpolytopiav2062 (arm64)"); set -o pipefail; (strip -x "/var/mobile/projects/igpolytopiav2062/.theos/obj/arm64/igpolytopiav2062.dylib")
==> Stripping igpolytopiav2062 (arm64)…
strip: warning: changes being made to the file will invalidate the code signature in: /private/var/mobile/projects/igpolytopiav2062/.theos/obj/arm64/igpolytopiav2062.dylib
rm /var/mobile/projects/igpolytopiav2062/.theos/obj/arm64/Tweak.xm.mm
make[1]: *** [/var/theos/makefiles/instance/library.mk:37: internal-library-all_] Error 2
make: *** [/var/theos/makefiles/master/rules.mk:117: igpolytopiav2062.all.tweak.variables] Error 2

Link to comment
Share on other sites

I’m using the following with an iOS 12.4 SDK

//Which seems to have an error in the name (xxxx.nic 2.tar) so I had to rename it to xxxx.nic.tar in order to get it to work

*I’m not yet eligible for Online Theos

Updated by ZAROS
Clarification
Link to comment
Share on other sites

8 minutes ago, Ted2 said:

Hello, what does your makefile look like? It looks like you’re trying to build arm32 but a iOS that does not support arm32 anymore.

 

remove arm7 from makefile and try again

I’ve tried to remove the armv7 from the makefile numerous times.

As stated above, if I try to compile the tweak once, it’ll attempt both armv7 and arm64 but every attempt on the same project afterwards will only attempt armv7, EVEN when the project’s makefile doesn’t include ARCHS = armv7 ! (So ARCHS = arm64)

Is there any other input in the makefile to modify? I don’t comprehend Theos’ files well enough to completely rule out armv7

Link to comment
Share on other sites

20 minutes ago, Ted2 said:

What happens if you type make clean package? Pretty weird it tries to compile armv7 even though u removed it

I’ve made a new project based on the same things, I’ve simply re-used the root.plist and the tweak.xm over and already edited the MakeFile to ( ARCHS = arm64 ) before running “make clean package messages=yes”

 

Here’s the full log;

 

Z4R0S:/var/mobile root# cd /var/mobile/projects/
Z4R0S:/var/mobile/projects root# /var/theos/bin/nic.pl
NIC 2.0 - New Instance Creator
------------------------------
  [1.] iOSGods Tweak Patcher v3.1
  [2.] iphone/activator_event
  [3.] iphone/activator_listener
  [4.] iphone/application_modern
  [5.] iphone/application_swift
  [6.] iphone/ccsupport_module_provider-11up
  [7.] iphone/control_center_module-11up
  [8.] iphone/control_center_module-11up
  [9.] iphone/cydget
  [10.] iphone/flipswitch_switch
  [11.] iphone/framework
  [12.] iphone/library
  [13.] iphone/notification_center_widget
  [14.] iphone/notification_center_widget-7up
  [15.] iphone/preference_bundle_modern
  [16.] iphone/theme
  [17.] iphone/tool
  [18.] iphone/tool_swift
  [19.] iphone/tweak
  [20.] iphone/tweak_with_simple_preferences
  [21.] iphone/xpc_service
  [22.] iphone/xpc_service_modern
Choose a Template (required): 1
Project Name (required): troubleshooting
Package Name [com.yourcompany.troubleshooting]: 
Author/Maintainer Name [System Administrator]: Z4R0S
[iOSGods Tweak Patcher v3.1] MobileSubstrate Bundle filter [com.apple.springboard]: com.felixrum.supertribes
[iOSGods Tweak Patcher v3.1] App Name: polytopia
Instantiating iOSGods Tweak Patcher v3.1 in troubleshooting/...
Done.
Z4R0S:/var/mobile/projects root# cd /var/mobile/projects/troubleshoo
ting
Z4R0S:/var/mobile/projects/troubleshooting root# make clean package 
messages=yes
(printf "\e[0;3%im==> \e[1;39m%s…\e[m\n" 6 "Cleaning"); set -o pipefail; (rm -rf "/var/mobile/projects/troubleshooting/.theos/obj")
==> Cleaning…
set -o pipefail; (rm -rf "/var/mobile/projects/troubleshooting/.theos/_")
> Making clean in troubleshootingSettings…
make[1]: Entering directory '/private/var/mobile/projects/troubleshooting/troubleshootingSettings'
(printf "\e[0;3%im==> \e[1;39m%s…\e[m\n" 6 "Cleaning"); set -o pipefail; (rm -rf "/var/mobile/projects/troubleshooting/.theos/obj")
==> Cleaning…
make[1]: Leaving directory '/private/var/mobile/projects/troubleshooting/troubleshootingSettings'
> Making all for tweak troubleshooting…
make -f Makefile --no-keep-going COLOR=1 \
        internal-library-compile \
        _THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=troubleshooting _THEOS_CURRENT_OPERATION=compile \
        THEOS_BUILD_DIR="." _THEOS_MAKE_PARALLEL=yes
make -f Makefile --no-print-directory --no-keep-going internal-tweak-compile _THEOS_CURRENT_TYPE="tweak" THEOS_CURRENT_INSTANCE="troubleshooting" _THEOS_CURRENT_OPERATION="compile" THEOS_BUILD_DIR="." THEOS_CURRENT_ARCH="arm64"
set -o pipefail; (mkdir -p /var/mobile/projects/troubleshooting/.theos/obj/arm64/)
(printf "\e[0;3%im==> \e[1;39m%s…\e[m\n" 1 "Preprocessing Tweak.xm"); set -o pipefail; (/var/theos/bin/logos.pl -c warnings=error -c generator=MobileSubstrate    Tweak.xm > /var/mobile/projects/troubleshooting/.theos/obj/arm64/Tweak.xm.mm)
==> Preprocessing Tweak.xm…
set -o pipefail; (mkdir -p /var/mobile/projects/troubleshooting/.theos/obj/arm64/)
(printf "\e[0;3%im==> \e[1;39m%s…\e[m\n" 2 "Compiling Tweak.xm (arm64)"); set -o pipefail; (clang++ -x objective-c++ -c -I"/var/mobile/projects/troubleshooting" -I/var/theos/include -I/var/theos/vendor/include -I/var/theos/include/_fallback -include /var/theos/Prefix.pch -MT /var/mobile/projects/troubleshooting/.theos/obj/arm64/Tweak.xm.288b7db8.o -MMD -MP -MF "/var/mobile/projects/troubleshooting/.theos/obj/arm64/Tweak.xm.288b7db8.Td" -fcolor-diagnostics -DTARGET_IPHONE=1 -Os -Wall -ggdb -Werror  -isysroot "/var/theos/sdks/iPhoneOS12.2.sdk" -miphoneos-version-min=12.2      -DTHEOS_INSTANCE_NAME="\"troubleshooting\"" -fmodules -fcxx-modules -fmodule-name=troubleshooting -fbuild-session-file=/var/mobile/projects/troubleshooting/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session  -arch arm64       -stdlib=libc++        /var/mobile/projects/troubleshooting/.theos/obj/arm64/Tweak.xm.mm -o /var/mobile/projects/troubleshooting/.theos/obj/arm64/Tweak.xm.288b7db8.o)
==> Compiling Tweak.xm (arm64)…
set -o pipefail; (mkdir -p /var/mobile/projects/troubleshooting/.theos/obj/arm64)
(printf "\e[0;3%im==> \e[1;39m%s…\e[m\n" 3 "Linking tweak troubleshooting (arm64)"); set -o pipefail; (clang++ -fcolor-diagnostics -L/var/theos/lib -ggdb -L/var/theos/vendor/lib -lobjc -framework Foundation -framework CoreFoundation -ObjC++ -fobjc-exceptions -fobjc-call-cxx-cdtors  -framework UIKit            -F/var/theos/vendor/lib -framework CydiaSubstrate -dynamiclib -install_name "/Library/MobileSubstrate/DynamicLibraries/troubleshooting.dylib"  -isysroot "/var/theos/sdks/iPhoneOS12.2.sdk" -miphoneos-version-min=12.2  -multiply_defined suppress -stdlib=libc++ -lc++  -arch arm64 -Wl,-segalign,4000  -o "/var/mobile/projects/troubleshooting/.theos/obj/arm64/troubleshooting.dylib" /var/mobile/projects/troubleshooting/.theos/obj/arm64/Tweak.xm.288b7db8.o)
==> Linking tweak troubleshooting (arm64)…
(printf "\e[0;3%im==> \e[1;39m%s…\e[m\n" 4 "Stripping troubleshooting (arm64)"); set -o pipefail; (strip -x "/var/mobile/projects/troubleshooting/.theos/obj/arm64/troubleshooting.dylib")
==> Stripping troubleshooting (arm64)…
strip: warning: changes being made to the file will invalidate the code signature in: /private/var/mobile/projects/troubleshooting/.theos/obj/arm64/troubleshooting.dylib
rm /var/mobile/projects/troubleshooting/.theos/obj/arm64/Tweak.xm.mm
make[2]: Entering directory '/private/var/mobile/projects/troubleshooting'
(printf "\e[0;3%im==> \e[1;39m%s…\e[m\n" 4 "Merging tweak troubleshooting"); set -o pipefail; (lipo -arch arm64 /var/mobile/projects/troubleshooting/.theos/obj/arm64/troubleshooting.dylib -create -output "/var/mobile/projects/troubleshooting/.theos/obj/troubleshooting.dylib.af633153.unsigned")
==> Merging tweak troubleshooting…
make[2]: Leaving directory '/private/var/mobile/projects/troubleshooting'
make[2]: Entering directory '/private/var/mobile/projects/troubleshooting'
(printf "\e[0;3%im==> \e[1;39m%s…\e[m\n" 4 "Signing troubleshooting"); set -o pipefail; (CODESIGN_ALLOCATE=codesign_allocate  ldid -S "/var/mobile/projects/troubleshooting/.theos/obj/troubleshooting.dylib.af633153.unsigned" && mv "/var/mobile/projects/troubleshooting/.theos/obj/troubleshooting.dylib.af633153.unsigned" "/var/mobile/projects/troubleshooting/.theos/obj/troubleshooting.dylib")
==> Signing troubleshooting…
make[2]: Leaving directory '/private/var/mobile/projects/troubleshooting'
> Making all in troubleshootingSettings…
> Making all for bundle troubleshooting…
make[2]: Entering directory '/private/var/mobile/projects/troubleshooting/troubleshootingSettings'
set -o pipefail; (mkdir -p "/var/mobile/projects/troubleshooting/.theos/obj/troubleshooting.bundle/")
make[2]: Leaving directory '/private/var/mobile/projects/troubleshooting/troubleshootingSettings'
make[2]: Entering directory '/private/var/mobile/projects/troubleshooting/troubleshootingSettings'
set -o pipefail; (mkdir -p "/var/mobile/projects/troubleshooting/.theos/obj/troubleshooting.bundle/")
make[2]: Leaving directory '/private/var/mobile/projects/troubleshooting/troubleshootingSettings'
make[2]: Entering directory '/private/var/mobile/projects/troubleshooting/troubleshootingSettings'
set -o pipefail; (mkdir -p "/var/mobile/projects/troubleshooting/.theos/obj/troubleshooting.bundle/")
make[2]: Leaving directory '/private/var/mobile/projects/troubleshooting/troubleshootingSettings'
make[2]: Entering directory '/private/var/mobile/projects/troubleshooting/troubleshootingSettings'
(printf "\e[0;3%im==> \e[1;39m%s…\e[m\n" 5 "Copying resource directories into the bundle wrapper"); set -o pipefail; (for d in Resources; do \
        if [[ -d "$d" ]]; then \
                rsync -a "$d/" "/var/mobile/projects/troubleshooting/.theos/obj/troubleshooting.bundle/" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*"; \
        else \
                printf "\e[0;33m==> \e[1;33mWarning:\e[m %s\n" "Ignoring missing bundle resource directory $d." >&2; \
        fi; \
done)
==> Copying resource directories into the bundle wrapper…
make[2]: Leaving directory '/private/var/mobile/projects/troubleshooting/troubleshootingSettings'
make -f Makefile --no-keep-going COLOR=1 \
        internal-bundle-compile \
        _THEOS_CURRENT_TYPE=bundle THEOS_CURRENT_INSTANCE=troubleshooting _THEOS_CURRENT_OPERATION=compile \
        THEOS_BUILD_DIR="." _THEOS_MAKE_PARALLEL=yes
make -f Makefile --no-print-directory --no-keep-going internal-bundle-compile _THEOS_CURRENT_TYPE="bundle" THEOS_CURRENT_INSTANCE="troubleshooting" _THEOS_CURRENT_OPERATION="compile" THEOS_BUILD_DIR="." THEOS_CURRENT_ARCH="armv7"
make -f Makefile --no-print-directory --no-keep-going internal-bundle-compile _THEOS_CURRENT_TYPE="bundle" THEOS_CURRENT_INSTANCE="troubleshooting" _THEOS_CURRENT_OPERATION="compile" THEOS_BUILD_DIR="." THEOS_CURRENT_ARCH="arm64"
set -o pipefail; (mkdir -p /var/mobile/projects/troubleshooting/.theos/obj/armv7/)
(printf "\e[0;3%im==> \e[1;39m%s…\e[m\n" 2 "Compiling troubleshooting.mm (armv7)"); set -o pipefail; (clang++ -x objective-c++ -c -I/var/theos/include -I/var/theos/vendor/include -I/var/theos/include/_fallback -include /var/theos/Prefix.pch -MT /var/mobile/projects/troubleshooting/.theos/obj/armv7/troubleshooting.mm.3c0f3014.o -MMD -MP -MF "/var/mobile/projects/troubleshooting/.theos/obj/armv7/troubleshooting.mm.3c0f3014.Td" -fcolor-diagnostics -DTARGET_IPHONE=1 -Os -Wall -ggdb -Werror -isysroot "/var/theos/sdks/iPhoneOS12.2.sdk" -miphoneos-version-min=12.2      -DTHEOS_INSTANCE_NAME="\"troubleshooting\"" -fmodules -fcxx-modules -fmodule-name=troubleshooting -fbuild-session-file=/var/mobile/projects/troubleshooting/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session  -arch armv7 -F/var/theos/sdks/iPhoneOS12.2.sdk/System/Library/PrivateFrameworks      -stdlib=libc++        troubleshooting.mm -o /var/mobile/projects/troubleshooting/.theos/obj/armv7/troubleshooting.mm.3c0f3014.o)
==> Compiling troubleshooting.mm (armv7)…
clang-11: error: invalid iOS deployment version '-miphoneos-version-min=12.2', iOS 10 is the maximum deployment target for 32-bit targets [-Winvalid-ios-deployment-target]
make[4]: *** [/var/theos/makefiles/instance/rules.mk:201: /var/mobile/projects/troubleshooting/.theos/obj/armv7/troubleshooting.mm.3c0f3014.o] Error 1
make[3]: *** [/var/theos/makefiles/instance/bundle.mk:37: /var/mobile/projects/troubleshooting/.theos/obj/armv7/troubleshooting.bundle/troubleshooting] Error 2
make[3]: *** Waiting for unfinished jobs....
set -o pipefail; (mkdir -p /var/mobile/projects/troubleshooting/.theos/obj/arm64/)
(printf "\e[0;3%im==> \e[1;39m%s…\e[m\n" 2 "Compiling troubleshooting.mm (arm64)"); set -o pipefail; (clang++ -x objective-c++ -c -I/var/theos/include -I/var/theos/vendor/include -I/var/theos/include/_fallback -include /var/theos/Prefix.pch -MT /var/mobile/projects/troubleshooting/.theos/obj/arm64/troubleshooting.mm.b79c3a34.o -MMD -MP -MF "/var/mobile/projects/troubleshooting/.theos/obj/arm64/troubleshooting.mm.b79c3a34.Td" -fcolor-diagnostics -DTARGET_IPHONE=1 -Os -Wall -ggdb -Werror -isysroot "/var/theos/sdks/iPhoneOS12.2.sdk" -miphoneos-version-min=12.2      -DTHEOS_INSTANCE_NAME="\"troubleshooting\"" -fmodules -fcxx-modules -fmodule-name=troubleshooting -fbuild-session-file=/var/mobile/projects/troubleshooting/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session  -arch arm64 -F/var/theos/sdks/iPhoneOS12.2.sdk/System/Library/PrivateFrameworks      -stdlib=libc++        troubleshooting.mm -o /var/mobile/projects/troubleshooting/.theos/obj/arm64/troubleshooting.mm.b79c3a34.o)
==> Compiling troubleshooting.mm (arm64)…
set -o pipefail; (mkdir -p /var/mobile/projects/troubleshooting/.theos/obj/arm64/troubleshooting.bundle)
(printf "\e[0;3%im==> \e[1;39m%s…\e[m\n" 3 "Linking bundle troubleshooting (arm64)"); set -o pipefail; (clang++ -fcolor-diagnostics -L/var/theos/lib -ggdb -L/var/theos/vendor/lib -lobjc -framework Foundation -framework CoreFoundation -ObjC++ -fobjc-exceptions -fobjc-call-cxx-cdtors  -framework UIKit   -F/var/theos/sdks/iPhoneOS12.2.sdk/System/Library/PrivateFrameworks  -framework Preferences        -dynamiclib  -isysroot "/var/theos/sdks/iPhoneOS12.2.sdk" -miphoneos-version-min=12.2  -multiply_defined suppress -stdlib=libc++ -lc++  -arch arm64   -o "/var/mobile/projects/troubleshooting/.theos/obj/arm64/troubleshooting.bundle/troubleshooting" /var/mobile/projects/troubleshooting/.theos/obj/arm64/troubleshooting.mm.b79c3a34.o)
==> Linking bundle troubleshooting (arm64)…
(printf "\e[0;3%im==> \e[1;39m%s…\e[m\n" 4 "Stripping troubleshooting (arm64)"); set -o pipefail; (strip -x "/var/mobile/projects/troubleshooting/.theos/obj/arm64/troubleshooting.bundle/troubleshooting")
==> Stripping troubleshooting (arm64)…
strip: warning: changes being made to the file will invalidate the code signature in: /private/var/mobile/projects/troubleshooting/.theos/obj/arm64/troubleshooting.bundle/troubleshooting
make[2]: *** [/var/theos/makefiles/instance/bundle.mk:26: internal-bundle-all_] Error 2
make[1]: *** [/var/theos/makefiles/master/rules.mk:117: troubleshooting.all.bundle.variables] Error 2
make: *** [/var/theos/makefiles/master/aggregate.mk:12: internal-all] Error 2

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below. For more information, please read our Posting Guidelines.
Reply to this topic... Posting Guidelines

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Our picks

    • Slime Battle: Idle RPG Games v1.0.70 +2 Cheats
      Modded/Hacked App: Slime Battle: Idle RPG Games By Bang Le Hai
      Bundle ID: com.slime.battle.idle.defense.rpg.game
      iTunes Store Link: https://apps.apple.com/us/app/slime-battle-idle-rpg-games/id6455985368?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - Never Die
      - Unlimited Currenceis -> Increase When Use


      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
        • Agree
        • Thanks
        • Winner
        • Like
      • 8 replies
    • METRIA the Starlight v3.5.0 +1 Cheats
      Modded/Hacked App: METRIA the Starlight By ASOBIMO,Inc.
      Bundle ID: com.asobimo.seisainometria
      iTunes Store Link: https://apps.apple.com/us/app/metria-the-starlight/id1631278972?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:
      - Damage Multiplier
      - Defense Multiplier


      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
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 120 replies
    • Idle Ninja Online v2160 +9 Cheats
      Modded/Hacked App: Idle Ninja Online By Puzzle Monsters Inc.
      Bundle ID: com.puzzlemonsters.growninja
      iTunes Store Link: https://apps.apple.com/us/app/idle-ninja-online/id1559182313?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia or Sileo).


      Hack Features:
      - no skills cooldown





      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.
      STEP 2: Copy the file over to your iDevice using any of the file managers mentioned above or skip this step if you're downloading from your iDevice.
      STEP 3: Using Filza or iFile, browse to where you saved the downloaded .deb file and tap on it.
      STEP 4: Once you tap on the file, you will need to press on 'Install' or 'Installer' from the options on your screen.
      STEP 5: Let Filza / iFile finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
      STEP 6: 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 7: 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, post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 550 replies
    • [ Tower of God ] 신의 탑M: 위대한 여정 v1.1.122 +2 Cheats
      Modded/Hacked App: 신의 탑M: 위대한 여정 By Co., Ltd. NGELGAMES
      Bundle ID: com.ngelgames.tog
      iTunes Store Link: https://apps.apple.com/kr/app/%EC%8B%A0%EC%9D%98-%ED%83%91m-%EC%9C%84%EB%8C%80%ED%95%9C-%EC%97%AC%EC%A0%95/id1594187703?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:
      - x Dmg
      - x Def


      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
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 58 replies
    • Obey Me! NB Ikemen Otome Game v2.1.16 +2 Cheats
      Modded/Hacked App: Obey Me! NB Ikemen Otome Game By NTT Solmare
      Bundle ID: com.nttsolmare.game.ios.obeyme2
      iTunes Store Link: https://apps.apple.com/us/app/obey-me-nb-ikemen-otome-game/id1638272826?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:
      - Auto Tap
      - Custom Notes*
      * Perfect => 1
      * Great => 2
      * Nice => 3


      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
        • Haha
        • Thanks
        • Winner
        • Like
      • 53 replies
    • Demon Sword: Idle RPG v1.1.34 +2 Cheats
      Modded/Hacked App: Demon Sword: Idle RPG By NX PLUS CO.,LTD.
      Bundle ID: com.rawhand.demonsword
      iTunes Store Link: https://apps.apple.com/us/app/demon-sword-idle-rpg/id6444302102?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:
      - Damage Multiplier
      - Defence Multiplier


      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
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 113 replies
    • Survivor!.io v2.10.0 +5 Cheats
      Modded/Hacked App: Survivor!.io By HABBY PTE. LTD.
      Bundle ID: com.dxx.firenow
      iTunes Store Link: https://apps.apple.com/us/app/survivor-io/id1528941310?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:
      - God Mode
      - No Skills Cooldown
      - Jailbreak Check Removed


      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
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 1,131 replies
    • Pixel Hunter Idle v6.9 +3 Cheats
      Modded/Hacked App: 픽셀 헌터 키우기: 방치형 RPG By ZillionGames lnc
      Bundle ID: com.zilliongames.hunteridle
      iTunes Store Link: https://apps.apple.com/kr/app/%ED%94%BD%EC%85%80-%ED%97%8C%ED%84%B0-%ED%82%A4%EC%9A%B0%EA%B8%B0-%EB%B0%A9%EC%B9%98%ED%98%95-rpg/id1664366717?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:
      - Damage Multiplier
      - God Mode


      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
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 330 replies
    • Kingdom Story: Brave Legion v3.12.1 +3 Cheats
      Modded/Hacked App: Kingdom Story: Brave Legion By Softnyx, Inc.
      Bundle ID: com.nhnent.SK10392
      iTunes Store Link: https://apps.apple.com/us/app/kingdom-story-brave-legion/id1159292704?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:
      - Damage Multiplier
      - Defense Multiplier
      - Jailbreak Check Removed


      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
        • Informative
        • Agree
        • Haha
        • Winner
        • Like
      • 96 replies
    • Kingdom Clash:Medieval Defense v2.1.4 +3 cheats
      Modded/Hacked App: Kingdom Clash: Legions Battle By AI GAMES FZ LLC
      Bundle ID: azurgames.kingdom.clash
      iTunes Store Link: https://apps.apple.com/us/app/kingdom-clash-legions-battle/id1611722542?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:
      - Damage Multiplier
      - Defense Multiplier
      - VIP Enabled


      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:
      - iNME


      Cheat Video/Screenshots:

      N/A
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 156 replies
    • F Class Adventurer: AFK RPG v1.51.02 +3 Cheats
      Modded/Hacked App: F Class Adventurer By EK GAMES
      Bundle ID: net.ekgames.fclasshero
      iTunes Store Link: https://apps.apple.com/us/app/f-class-adventurer/id6444598021?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:
      - Damage Multiplier
      - God Mode


      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
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 331 replies
    • Gladiators: Survival in Rome v1.32.3 +2 Cheats
      Modded/Hacked App: Gladiators: Survival in Rome By Colossi Games Ltd
      Bundle ID: com.colossi.survival.gladiators
      iTunes Store Link: https://apps.apple.com/us/app/gladiators-survival-in-rome/id1559909807?uo=4


      Hack Features:
      - Freeze Currencies
      - Freeze Energy


      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
      • 382 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