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

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

    • Heroes vs. Hordes: Survivor v3.7.1 [ +11 Cheats ] Currency Max
      Modded/Hacked App: Heroes vs. Hordes: Survivor By Swift Games GmbH
      Bundle ID: com.swiftgames.roguelikesurvival
      iTunes Store Link: https://apps.apple.com/us/app/heroes-vs-hordes-survivor/id1608898173?uo=4

       
      Hack Features

      - Currency

      - Resource

      - Gold Unlimited [ Bonus Wave ]

      - Ch Unlocked [ Play All Off ]

      - Always Last Wave

      - Talents Cost 0

      - Hero DMG Only

      - HP & DMG [ Just Equip & Unequip ]

      - Enemy Freeze

      - Enemy ATK NO

       
      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/
      • 54 replies
    • Heroes vs. Hordes: Survivor v3.7.1 [ +11 Jailed ] Currency Max
      Modded/Hacked App: Heroes vs. Hordes: Survivor By Swift Games GmbH
      Bundle ID: com.swiftgames.roguelikesurvival
      iTunes Store Link: https://apps.apple.com/us/app/heroes-vs-hordes-survivor/id1608898173?uo=4

       

       

      Mod Requirements

      - Non-Jailbroken/Jailed or Jailbroken iPhone or iPad.
      - Sideloadly or alternatives.
      - Computer running Windows/macOS/Linux with iTunes installed.

       

      Hack Features

      - Currency

      - Resource

      - Gold Unlimited [ Bonus Wave ]

      - Ch Unlocked [ Play All Off ]

      - Always Last Wave

      - Talents Cost 0

      - Hero DMG Only

      - HP & DMG [ Just Equip & Unequip ]

      - Enemy Freeze

      - Enemy ATK NO


      Jailbreak required iOS hacks: https://iosgods.com/forum/5-game-cheats-hack-requests/
      Modded Android APKs: https://iosgods.com/forum/68-android-section/

       

      iOS Hack Download IPA Link


      Hidden Content

      Download via the iOSGods App
        • Informative
        • Like
      • 66 replies
    • Adventure Bay - Farm Games v1.37.14 [ +4 Cheats ] Currency Max
      Modded/Hacked App: Adventure Bay - Farm Games By Gamegos Teknoloji A.S.
      Bundle ID: com.gamegos.adventure.bay.paradise.farm
      iTunes Store Link: https://apps.apple.com/us/app/adventure-bay-farm-games/id1578449819?uo=4
       

      🤩 Hack Features

      - Gems
      - Coins
      - Energy
      - Avatar Unlock
      • 8 replies
    • Adventure Bay - Farm Games v1.37.14 [ +4 Jailed ] Currency Max
      Modded/Hacked App: Adventure Bay - Farm Games By Gamegos Teknoloji A.S.
      Bundle ID: com.gamegos.adventure.bay.paradise.farm
      iTunes Store Link: https://apps.apple.com/us/app/adventure-bay-farm-games/id1578449819?uo=4


      🤩 Hack Features

      - Gems
      - Coins
      - Energy
      - Avatar Unlock
      • 12 replies
    • Pocket Necromancer v1.4.1 [ +11 Cheats ] Gold Unlimited
      Modded/Hacked App: Pocket Necromancer By Sandsoft Publishing Company
      Bundle ID: com.quicksand.pocketnecromancer
      iTunes Store Link: https://apps.apple.com/us/app/pocket-necromancer/id6450004790?uo=4


      Hack Features:
      - ADS NO [ Reward Fee ]

      - Premium Active

      - Energy Cost 0

      - Energy Increaser

      - Gold Unlimited [ Win Battle ] Rewards

      - Stage Unlocked

      - Chapter Unlocked +2

      - Play Any [ Stage & Ch ]

      - Never Die

      - DMG

      - Speed Mov

      - Bullet Max [ Works With Weapon Only Just Equip ]


      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/
      • 42 replies
    • Pocket Necromancer v1.4.1 [ +11 Jailed ] Gold Unlimited
      Modded/Hacked App: Pocket Necromancer By Sandsoft Publishing Company
      Bundle ID: com.quicksand.pocketnecromancer
      iTunes Store Link: https://apps.apple.com/us/app/pocket-necromancer/id6450004790?uo=4


      Hack Features:

      - ADS NO [ Reward Fee ]

      - Premium Active

      - Energy Cost 0

      - Energy Increaser

      - Gold Unlimited [ Win Battle ] Rewards

      - Stage Unlocked

      - Chapter Unlocked +2

      - Play Any [ Stage & Ch ]

      - Never Die

      - DMG

      - Speed Mov

      - Bullet Max [ Works With Weapon Only Just Equip ]

       
      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/


      iOS Hack Download IPA Link:

      Hidden Content

      Download via the iOSGods App
        • Informative
      • 44 replies
    • Galaxy Attack Alien Shooter v5.12.0 [ +3 Jailed ] Never Die
      Modded/Hacked App: Galaxy Attack: Alien Shooter By DINO GAME LIMITED
      Bundle ID: com.alien.shooter.galaxy.attack
      iTunes Store Link: https://apps.apple.com/us/app/galaxy-attack-alien-shooter/id1176011642?uo=4


      Hack Features:
      - Max Bullet
      - Max Life
      - DMG



      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/
      • 36 replies
    • Galaxy Attack Alien Shooter v5.12.0 [ +3 Cheats ] Never Die
      Modded/Hacked App: Galaxy Attack: Alien Shooter By ABIGAMES PTE. LTD
      Bundle ID: com.alien.shooter.galaxy.attack
      iTunes Store Link: https://apps.apple.com/us/app/galaxy-attack-alien-shooter/id1176011642?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:
      - Max Life 
      - Damage Multi [PvP Use Only Boss ] 
      - Max Bullet



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


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


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


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


      Jailbreak required hack(s): [Mod Menu Hack] Merge Studio: Fashion Makeover v2.3.0 +50++ Cheats [ Debug Menu ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 54 replies
    • Merge Studio: Fashion Makeover v3.5.0 +50++ Cheats [ Debug Menu ]
      Modded/Hacked App: Merge Studio: Fashion Makeover By Paxie Games Oyun ve Yazilim Anonim Sirketi
      Bundle ID: com.paxiegames.mergestudio
      iTunes Store Link: https://apps.apple.com/us/app/merge-studio-fashion-makeover/id1615964753?uo=4


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


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Merge Studio: Fashion Makeover v2.3.0 +50++ Jailed Cheats [ Debug Menu ] - Free Non-Jailbroken IPA Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 45 replies
    • Royal Kingdom v17794 +4 Jailed Cheats [ Coins + More ]
      Modded/Hacked App: Royal Kingdom By Dream Games
      Bundle ID: com.dreamgames.royalkingdom
      iTunes Store Link: https://apps.apple.com/ph/app/royal-kingdom/id1606549505
       

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


      Jailbreak required hack(s): [Mod Menu Hack] Royal Kingdom v3987 +4 Cheats [ Unlimited Coins ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 116 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