Jump to content

Another compiling error. [iOS 9]


Go to solution Solved by Pro,

13 posts in this topic

Recommended Posts

Posted (edited)

This is my error. Any help?

iPhone 5S

iOS 9.0.2

 

 

iPhone:/var/mobile/Sweg root# make package messages=y es /var/theos/makefiles/targets/Darwin-arm64/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang. /var/theos/makefiles/targets/Darwin-arm64/iphone.mk:53: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries. Making all for tweak TriviaCrackKingdomsCheats... make -f Makefile --no-print-directory --no-keep-going \                 internal-library-compile \                 _THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=TriviaCrackKingdomsCheats _THEOS_CURRENT_OPERATION=compile \                 THEOS_BUILD_DIR="." _THEOS_MAKE_PARALLEL=yes make[2]: Nothing to be done for `internal-library-compile'. rm -rf "/private/var/mobile/Sweg/_" /var/theos/bin/fakeroot.sh -p "/private/var/mobile/Sweg/.theos/fakeroot" -c mkdir -p "/private/var/mobile/Sweg/_" [ -d layout ] && rsync -a "layout/" "/private/var/mobile/Sweg/_" --exclude "DEBIAN" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" || true Making stage for tweak TriviaCrackKingdomsCheats... mkdir -p "/private/var/mobile/Sweg/_/Library/MobileSubstrate/DynamicLibraries/" cp ./obj/TriviaCrackKingdomsCheats.dylib "/private/var/mobile/Sweg/_/Library/MobileSubstrate/DynamicLibraries/" if [ -f TriviaCrackKingdomsCheats.plist ]; then cp TriviaCrackKingdomsCheats.plist "/private/var/mobile/Sweg/_/Library/MobileSubstrate/DynamicLibraries/"; fi mkdir -p "/private/var/mobile/Sweg/_/DEBIAN" sed -e '/^[Vv]ersion:/d' "/private/var/mobile/Sweg/control" > "/private/var/mobile/Sweg/_/DEBIAN/control" echo "Version: 0.0.1-3" >> "/private/var/mobile/Sweg/_/DEBIAN/control" echo "Installed-Size: 16" >> "/private/var/mobile/Sweg/_/DEBIAN/control" COPYFILE_DISABLE=1 /var/theos/bin/fakeroot.sh -p "/private/var/mobile/Sweg/.theos/fakeroot" -r dpkg-deb -b "/private/var/mobile/Sweg/_" "./com.h8n.kingdomscheats_0.0.1-3_iphoneos-arm.deb" dyld: could not load inserted library '/var/theos/bin/libfauxsu.dylib' because no suitable image found. Did find:         /var/theos/bin/libfauxsu.dylib: mmap() error 22 at address=0x0012A000, size=0x00001000 segment=__DATA in Segment::map() mapping /var/theos/bin/libfauxsu.dylib /var/theos/bin/fauxsu: line 43: 5481 Trace/BPT trap: 5 "$@" make: *** [internal-package] Error 133

Updated by Featly
Posted

Would help if you could tell us your iOS Version but it looks like you're on iOS 9?

 

And the error is this part: dyld: could not load inserted library '/var/theos/bin/libfauxsu.dylib' because no suitable image found. Did find:         /var/theos/bin/libfauxsu.dylib: mmap() error 22 at address=0x0012A000, size=0x00001000 segment=__DATA in Segment::map() mapping /var/theos/bin/libfauxsu.dylib /var/theos/bin/fauxsu: line 43: 5481 Trace/BPT trap: 5

Posted

Would help if you could tell us your iOS Version but it looks like you're on iOS 9?

 

And the error is this part: dyld: could not load inserted library '/var/theos/bin/libfauxsu.dylib' because no suitable image found. Did find:         /var/theos/bin/libfauxsu.dylib: mmap() error 22 at address=0x0012A000, size=0x00001000 segment=__DATA in Segment::map() mapping /var/theos/bin/libfauxsu.dylib /var/theos/bin/fauxsu: line 43: 5481 Trace/BPT trap: 5

Yeah, iPhone 5S 9.0.2, and I'll see if I can find anything for that error. Lol

Posted

 

Yeah, iPhone 5S 9.0.2, and I'll see if I can find anything for that error. Lol

 

Which theos are you using? My one doesn't seem to have that file in /var/theos/bin.

Posted

Yep, all of it is there. Just fauxsu and libfauxsu.dylib are added. Should I just move those elsewhere and try compiling again?

I don't know why they're there but yes, you can try moving them.

Posted

I don't know why they're there but yes, you can try moving them.

That worked. It gave an error saying "nothing to be done", but the .deb still showed up in iFile. :)

Posted

 

That worked. It gave an error saying "nothing to be done", but the .deb still showed up in iFile. :)

nothing to be done is not an error. It only means that there is no change in your code. Everything is fine ;)

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