Jump to content

14 posts in this topic

Recommended Posts

Posted (edited)

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
Posted

Hey!

What does the command output say?

make package messages=yes

 

Posted
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

Posted (edited)

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
Posted (edited)

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

Updated by Ted2
Posted
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

Posted
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

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

    • Knights & Dragons - RPG v1.72.8 +2
      Modded/Hacked App: Knights & Dragons - RPG By Deca Games EOOD
      Bundle ID: jp.gree.greeapp3179
      iTunes Store Link: https://apps.apple.com/us/app/knights-dragons-rpg/id539793374?uo=4

       

      📌 Mod Requirements

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

       

      🤩 Hack Features

      - God Mode (Linked with Enemy PvP)
      - Multiply Attack (PvE Only)

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/153444-knights-dragons-rpg-v1728-2/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 175 replies
    • Dragons: Rise of Berk v1.95.20 +5 Cheats
      Modded/Hacked App: Dragons: Rise of Berk By Jam City, Inc.
      Bundle ID: com.ludia.dragons
      iTunes Store Link: https://apps.apple.com/us/app/dragons-rise-of-berk/id667461862?uo=4


      Hack Features:
      - Free Shopping (shows original cost but able to purchase regardless)
      - Free Skipping
      - Free Odin's Market Shopping
      - Odin's Market Packs Never Reduce
      - Currency Hack [Spend to Gain - reverts to zero on next launch]
      - Enable Rider's Club


      Non-Jailbroken & No Jailbreak required hack(s):  https://iosgods.com/topic/79228-dragons-rise-of-berk-v1794-4-cheats-for-jailed-idevices/


      iOS Hack Download Link: https://iosgods.com/topic/139612-dragons-rise-of-berk-v1794-6-cheats/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 671 replies
    • Cafeland - World Kitchen Cheats v2.45.7 +1
      Modded/Hacked App: Cafeland - World Kitchen by Gamegos Internet Teknolojileri Ltd Sti.
      Bundle ID: com.gamegos.mobile.cafeland
      iTunes Store Link: https://apps.apple.com/us/app/cafeland-world-kitchen/id1147665432?uo=4&at=1010lce4



      Hack Features:
      - Freeze Currencies


      iOS Hack Download Link: https://iosgods.com/topic/100701-arm64-cafeland-world-kitchen-cheats-v2023-1/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 406 replies
    • My Cafe — Restaurant game Cheats v2025040.3.731 +3
      Modded/Hacked App: My Cafe — Restaurant Game By Melsoft
      Bundle ID: com.Melesta.MyCafe
      iTunes Store Link: https://apps.apple.com/us/app/my-cafe-restaurant-game/id1068204657?uo=4

       

      📌 Mod Requirements

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

       

      🤩 Hack Features

      - Increase Game Speed
      - No Timer to Buy Energy
      - Custom Dice Value


      Notes:
      - DO NOT BUY VIP FOR OTHER FEATURES, IT HAS BEEN PATCHED AND NO LONGER WORK

       

      Non-Jailbroken Hack: https://iosgods.com/topic/134272-my-cafe-%E2%80%94-restaurant-game-v20250205684-3-cheats/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/130634-my-cafe-%E2%80%94-restaurant-game-cheats-v20250300691-3/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 653 replies
    • Hollywood Story: Fashion Star Cheats v13.0 +4
      Modded/Hacked App: Hollywood Story®: Fashion Star By Nanobit d.o.o.
      Bundle ID: com.nanobitsoftware.hollywoodstory
      iTunes Store Link: https://apps.apple.com/us/app/hollywood-story-fashion-star/id876656488?uo=4

       

      📌 Mod Requirements

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

       

      🤩 Hack Features

      - Infinite Cash
      - Infinite Gems
      - Infinite Golden Tickets
      - Infinite Stars Point

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/73408-hollywood-story-fashion-star-cheats-v1211-4/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 784 replies
    • My Talking Angela 2 Cheats v25.1.2 +2
      Modded/Hacked App: My Talking Angela 2 By Outfit7 Limited
      Bundle ID: com.outfit7.mytalkingangela2
      iTunes Store Link: https://apps.apple.com/us/app/my-talking-angela-2/id1536584509?uo=4


      Hack Features:
      - Infinite Currencies
      - No Ads


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/147072-my-talking-angela-2-v1013-jailed-cheats-2/


      iOS Hack Download Link: https://iosgods.com/topic/147070-my-talking-angela-2-cheats-all-versions-2/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 110 replies
    • PewDiePie's Tuber Simulator Cheats v2.49.0 +3
      Modded/Hacked App: PewDiePie's Tuber Simulator By Outerminds Inc.
      Bundle ID: com.outerminds.tubular
      iTunes Store Link: https://apps.apple.com/us/app/pewdiepies-tuber-simulator/id1093190533?uo=4

       

      📌 Mod Requirements

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

       

      🤩 Hack Features

      - Infinite Subscriber
      - Infinite Views
      - Infinite Bux

      NOTE: Please complete tutorial first before enabling the hacks otherwise it won't work

      NOTe 2: Please make a youtube video to get some views first (without hack) then before enable infinite views

       

      Non-Jailbroken Hack: https://iosgods.com/topic/86411-pewdiepies-tuber-simulator-v2450-jailed-cheats-3/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/86366-pewdiepies-tuber-simulator-cheats-v2460-3/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 1,147 replies
    • AdVenture Communist v6.45.0 +2 Cheats
      Modded/Hacked App: AdVenture Communist By Hyper Hippo Publishing Ltd.
      Bundle ID: com.kongregate.mobile.adventurecommunist
      iTunes Store Link: https://apps.apple.com/us/app/adventure-communist/id1225683141?uo=4

       

      📌 Mod Requirements

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

       

      🤩 Hack Features

      - Freeze Currencies
      - Unlimited Cards [Get Some]

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/149902-adventure-communist-v6430-2-cheats/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 128 replies
    • Into The Dead 2 Cheats v1.77.2 +11
      Modded/Hacked App: Into the Dead 2 By Prodigy Design Limited T/A Sidhe Interactive
      Bundle ID: com.pikpok.dr2.iosstore
      iTunes Store Link: https://itunes.apple.com/us/app/into-the-dead-2/id1151220243?mt=8&uo=4&at=1010lce4



      Hack Features:
      - Infinite Ammo
      - No Reload
      - One Shot Kill
      - Infinite Grenade
      - No Grenade Cooldown
      - Insane Explotion Radius after Throw Grenade
      - No Collision (God Mode)
      - Infinite Stamnia
      - ViP Services
      - Infinite Silver
      - Infinite Gold


      Hack Download Link: https://iosgods.com/topic/73337-arm64-into-the-dead-2-cheats-v1141-11/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 1,574 replies
    • Nonstop Knight 2 Cheats v3.2.6 +7 [ God Mode & More ]
      Modded/Hacked App: Nonstop Knight 2 - Action RPG By Flaregames GmbH
      Bundle ID: com.koplagames.kopla02
      iTunes Store Link: https://apps.apple.com/us/app/nonstop-knight-2-action-rpg/id1444887980?uo=4

       

      📌 Mod Requirements

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

       

      🤩 Hack Features

      - God Mode
      - One Hit Kill
      - Custom Move Speed
      - Custom Attack Speed
      - Custom Attack Range
      - Instant Skill
      - Infinite MP

       

      Non-Jailbroken Hack: https://iosgods.com/topic/99785-nonstop-knight-2-v323-jailed-cheats-2/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/99783-nonstop-knight-2-cheats-v324-7-god-mode-more/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 1,602 replies
    • Fruit Ninja 2 Cheats v2.45.0 +4
      Modded/Hacked App: Fruit Ninja 2 By Halfbrick
      Bundle ID: com.halfbrick.fruitninjax
      iTunes Store Link: https://apps.apple.com/us/app/fruit-ninja-2/id1330898775?uo=4

       

      📌 Mod Requirements

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

       

      🤩 Hack Features

      - Free Store
      - All Skins Purchased
      - All Avatars Purchased
      - All Blades Purchased

       

      Non-Jailbroken Hack: https://iosgods.com/topic/136081-fruit-ninja-2-v2450-jailed-cheats-4/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/136078-fruit-ninja-2-cheats-v2450-4/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 414 replies
    • Fruit Ninja Cheats v3.80.0 +4
      Modded/Hacked App: Fruit Ninja® By Halfbrick
      Bundle ID: com.halfbrick.FruitNinjaLite
      iTunes Store Link: https://apps.apple.com/us/app/fruit-ninja/id403858572?uo=4

       

      📌 Mod Requirements

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

       

      🤩 Hack Features

      - No Bomb
      - Freeze StarFruits
      - Freeze Frenzy, Double Points in Aracade Mode
      - Infinite Boosters

       

      Non-Jailbroken Hack: https://iosgods.com/topic/86031-fruit-ninja-v3800-jailed-cheats-6/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/85983-fruit-ninja-cheats-v3800-4/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 455 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