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

    • Powerlust - Action RPG Offline v1.67.09 +2 Jailed Cheats [ Damage ]
      Modded/Hacked App: Powerlust - Action RPG offline By Bartlomiej Mamzer
      Bundle ID: bartmamzer.powerlust.actionrpg.roguelike
      App Store Link: https://apps.apple.com/us/app/powerlust-action-rpg-offline/id1439088319?uo=4

       


      🤩 Hack Features

      - God Mode
      - Damage Multiplier
      • 0 replies
    • Powerlust - Action RPG Offline v1.67.09 +2 Cheats [ Damage ]
      Modded/Hacked App: Powerlust - Action RPG offline By Bartlomiej Mamzer
      Bundle ID: bartmamzer.powerlust.actionrpg.roguelike
      App Store Link: https://apps.apple.com/us/app/powerlust-action-rpg-offline/id1439088319?uo=4

       
       

      🤩 Hack Features

      - God Mode
      - Damage Multiplier
      • 0 replies
    • NETHER DUNGEONS v1.18 [+3 Cheats]
      Modded/Hacked App: NETHER DUNGEONS By ARAKUMA STUDIO S.A.
      Bundle ID: com.ArakumaStudio.NetherDungeons
      iTunes Store Link: https://apps.apple.com/us/app/nether-dungeons/id6737908225?uo=4



      🤩 Hack Features

      - Never Die
      - Activate Vip Mode
      - Add Currency
       
      • 4 replies
    • NETHER DUNGEONS v1.18 [+3 Jailed Cheats]
      Modded/Hacked App: NETHER DUNGEONS By ARAKUMA STUDIO S.A.
      Bundle ID: com.ArakumaStudio.NetherDungeons
      iTunes Store Link: https://apps.apple.com/us/app/nether-dungeons/id6737908225?uo=4

       

      🤩 Hack Features

      - Never Die
      - Activate Vip Mode
      - Add Currency
      • 3 replies
    • Kiwoyong: Raise Your Dragon ( 키워용: 도굴라이프 ) v1.5.16 +2 Cheats [ Damage ]
      Modded/Hacked App: 키워용: 도굴라이프 By Co., Ltd. NGELGAMES
      Bundle ID: kr.ngelgames.dragon
      App Store Link: https://apps.apple.com/kr/app/%ED%82%A4%EC%9B%8C%EC%9A%A9-%EB%8F%84%EA%B5%B4%EB%9D%BC%EC%9D%B4%ED%94%84/id6618145893?uo=4

       
       

      🤩 Hack Features

      - God Mode
      - Damage Multiplier
      • 2 replies
    • Hungry Shark World v6.7.7 +5 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Hungry Shark World By Ubisoft
      Bundle ID: com.ubisoft.hungrysharkworld
      iTunes Store Link: https://apps.apple.com/us/app/hungry-shark-world/id1046846443?uo=4


      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:
      - Unlimited Coins
      - Unlimited Gems
      - Unlimited Pearls
      - Unlimited Boost
      - Season Pass Unlocked


      Jailbreak required hack(s): [Mod Menu Hack] Hungry Shark World v5.9.1 +5 Cheats [ Unlimited Currencies ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Informative
        • Thanks
        • Winner
        • Like
      • 228 replies
    • Hungry Shark World v6.7.7 +5 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Hungry Shark World By Ubisoft
      Bundle ID: com.ubisoft.hungrysharkworld
      iTunes Store Link: https://apps.apple.com/us/app/hungry-shark-world/id1046846443?uo=4


      Hack Features:
      - Unlimited Coins
      - Unlimited Gems
      - Unlimited Pearls
      - Unlimited Boost
      - Season Pass Unlocked


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Hungry Shark World v5.9.1 +4 Jailed Cheats [ Unlimited Currencies ] - Free Non-Jailbroken IPA Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Thanks
        • Like
      • 92 replies
    • Run! Goddess v1.0.10 [+3 Jailed Cheats]
      Modded/Hacked App: Run! Goddess By TOP GAMES INC.
      Bundle ID: com.topgamesinc.rg
      iTunes Store Link: https://apps.apple.com/us/app/run-goddess/id6667111749?uo=4



      🤩 Hack Features

      - No Skill Cooldown
      - Slow Enemy
      - Enemy Can't Attack (Enemy Can't Do Damage)
      • 31 replies
    • Run! Goddess v1.0.10 [+3 Cheats]
      Modded/Hacked App: Run! Goddess By TOP GAMES INC.
      Bundle ID: com.topgamesinc.rg
      iTunes Store Link: https://apps.apple.com/us/app/run-goddess/id6667111749?uo=4

       

      🤩 Hack Features

      - No Skill Cooldown
      - Slow Enemy
      - Enemy Can't Attack (Enemy Can't Do Damage)
       
      • 26 replies
    • Sword Master Story Cheats v4.107.556 +5
      Modded/Hacked App: Sword Master Story By SuperPlanet corp.
      Bundle ID: com.superplanet.swordmaster
      iTunes Store Link: https://apps.apple.com/us/app/sword-master-story/id1521447065?uo=4


      Hack Features:
      - Custom Player Stats
      - Weak Enemies
      - One Hit Kill
      - & More

      Press & Hold to read feature description


      iOS Hack Download Link: https://iosgods.com/topic/146819-sword-master-story-cheats-v42294-3/
        • Informative
        • Agree
        • Thanks
        • Winner
        • Like
      • 1,445 replies
    • Subway Surfers v3.45.0 +22 Jailed Cheats [ Currencies + More ]
      Modded/Hacked App: Subway Surfers By Sybo Games ApS
      Bundle ID: com.kiloo.subwaysurfers
      iTunes Store Link: https://apps.apple.com/us/app/subway-surfers/id512939461?uo=4


      Hack Features:
      - Unlimited Currencies
      - Freeze Currencies
      - Free In-App Purchases
      - All Characters Unlocked
      - All Boards Unlocked
      - God Mode
      - No Stumble
      - Score Multiplier
      - Speed Multiplier
      - Gravity Multiplier
      - Jump Height Multiplier
      - Air Jump Height Multiplier
      - Unlimited Jumps
      - Unlimited Powers
      - Instant Lane Change
      - Freeze Trains
      - No Clip
      - Disable All Pickup
      - No Revive Cost
      - Unlimited Jetpack Time
      - Camera Stops
      - Camera Follows


      Jailbreak required hack(s): [Mod Menu Hack] Subway Surfers v3.40.0 +20 Cheats [ Currencies + More ] - ViP 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/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 36 replies
    • Subway Surfers v3.45.0 +22 Cheats [ Currencies + More ]
      Modded/Hacked App: Subway Surfers By Sybo Games ApS
      Bundle ID: com.kiloo.subwaysurfers
      iTunes Store Link: https://apps.apple.com/us/app/subway-surfers/id512939461?uo=4


      Hack Features:
      - Unlimited Currencies
      - Freeze Currencies
      - Free In-App Purchases
      - All Characters Unlocked
      - All Boards Unlocked
      - God Mode
      - No Stumble
      - Score Multiplier
      - Speed Multiplier
      - Gravity Multiplier
      - Jump Height Multiplier
      - Air Jump Height Multiplier
      - Unlimited Jumps
      - Unlimited Powers
      - Instant Lane Change
      - Freeze Trains
      - No Clip
      - Disable All Pickup
      - No Revive Cost
      - Unlimited Jetpack Time
      - Camera Stops
      - Camera Follows


      Non-Jailbroken & No Jailbreak required hack(s): [IPA Mod Menu] Subway Surfers v3.40.0 +20 Jailed Cheats [ Currencies + More ] - ViP Non-Jailbroken Hacks & Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Agree
        • Haha
        • Thanks
        • Like
      • 40 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