Jump to content

Profq

Senior Member
  • Posts

    319
  • Joined

  • Last visited

Everything posted by Profq

  1. Good job!
  2. That's one of those I tried and it did not work
  3. Hi I'm currently getting this error while compiling, I've watched a few topics but nothing seems to fix the problem for me g-eazy:/var/mobile/test root# make package install > Making all for tweak test… ==> Preprocessing Tweak.xm… ==> Compiling Tweak.xm (armv7)… Tweak.xm:12:24: error: use of undeclared identifier 'MSFindSymbol'; did you mean 'MSHookSymbol'? MSHookFunction(((void*)MSFindSymbol(NULL, "__... ^~~~~~~~~~~~ MSHookSymbol /var/mobile/test/theos/include/substrate.h:218:20: note: 'MSHookSymbol' declared here static inline void MSHookSymbol(Type_ *&value... ^ Tweak.xm:12:24: error: no matching function for call to 'MSHookSymbol' MSHookFunction(((void*)MSFindSymbol(NULL, "__... ^~~~~~~~~~~~ /var/mobile/test/theos/include/substrate.h:218:20: note: candidate template ignored: could not match 'Type_ *' against 'int' static inline void MSHookSymbol(Type_ *&value... ^ 2 errors generated. make[3]: *** [/var/mobile/test/.theos/obj/debug/armv7/Tweak.xm.d667b5a7.o] Error 1 make[2]: *** [/var/mobile/test/.theos/obj/debug/armv7/test.dylib] Error 2 make[1]: *** [internal-library-all_] Error 2 make: *** [test.all.tweak.variables] Error 2 g-eazy:/var/mobile/test root#
  4. Downgraded got this error > Making all for tweak testo…make[2]: Nothing to be done for `internal-library-compile'. > Making all in testo… > Making all for bundle testo… ==> Copying resource directories into the bundle wrapper… ==> Compiling testo.mm (armv7)… testo.mm:1:9: fatal error: 'Preferences/Preferences.h' file not found #import <Preferences/Preferences.h> ^ 1 error generated. make[4]: *** [/var/mobile/testo/.theos/obj/debug/armv7/testo.mm.1362af2c.o] Error 1 make[3]: *** [/var/mobile/testo/.theos/obj/debug/armv7/testo.bundle/testo] Error 2 make[2]: *** [internal-bundle-all_] Error 2 make[1]: *** [testo.all.bundle.variables] Error 2 make: *** [internal-all] Error 2 g-eazy:/var/mobile/testo root# Getting all kinds of error
  5. Tried the CFLAGS and got this -eazy:/var/mobile/testo root# make package install> Making all for tweak testo… ==> Preprocessing Tweak.xm… ==> Compiling Tweak.xm (armv7)… ==> Linking tweak testo (armv7)… ==> Preprocessing Tweak.xm… ==> Compiling Tweak.xm (arm64)… ==> Linking tweak testo (arm64)… ==> Merging tweak testo… ==> Signing testo… > Making all in testo… > Making all for bundle testo… ==> Copying resource directories into the bundle wrapper… /bin/bash: line 1: 2779 Killed: 9 rsync -a "$d/" "/var/mobile/testo/.theos/obj/debug/testo.bundle/" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" make[2]: *** [shared-instance-bundle-all] Error 137 make[1]: *** [testo.all.bundle.variables] Error 2 make: *** [internal-all] Error 2, going to ty iOS 8 SDK
  6. I'm getting this now it shows error with red text: g-eazy:/var/mobile/testo root# make package install Making all for tweak testo... Preprocessing Tweak.xm... Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Compiling Tweak.xm... Tweak.xm:10:1012: error: 'UIAlertView' is deprecated: first deprecated in iOS 9.0 [-Werror,-Wdeprecated-declarations] ...SEL, UIAlertView *, NSInteger); ^ /var/mobile/testo/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:26:12: note: 'UIAlertView' has been explicitly marked deprecated here @interface UIAlertView : UIView ^ Tweak.xm:54:1: error: 'UIAlertView' is deprecated: first deprecated in iOS 9.0 [-Werror,-Wdeprecated-declarations] UIAlertView *igcredits = [[uIAlertView alloc... ^ /var/mobile/testo/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:26:12: note: 'UIAlertView' has been explicitly marked deprecated here @interface UIAlertView : UIView ^ Tweak.xm:54:28: error: 'UIAlertView' is deprecated: first deprecated in iOS 9.0 [-Werror,-Wdeprecated-declarations] UIAlertView *igcredits = [[uIAlertView alloc... ^ /var/mobile/testo/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:26:12: note: 'UIAlertView' has been explicitly marked deprecated here @interface UIAlertView : UIView ^ Tweak.xm:65:131: error: 'UIAlertView' is deprecated: first deprecated in iOS 9.0 [-Werror,-Wdeprecated-declarations] ...self, SEL _cmd, UIAlertView * alertView, NSIn... ^ /var/mobile/testo/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:26:12: note: 'UIAlertView' has been explicitly marked deprecated here @interface UIAlertView : UIView ^ Tweak.xm:76:1416: error: 'UIAlertView' is deprecated: first deprecated in iOS 9.0 [-Werror,-Wdeprecated-declarations] ...1; memcpy(_typeEncoding + i, @@encode(UIAlertV... ^ /var/mobile/testo/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:26:12: note: 'UIAlertView' has been explicitly marked deprecated here @interface UIAlertView : UIView ^ Tweak.xm:76:1447: error: 'UIAlertView' is deprecated: first deprecated in iOS 9.0 [-Werror,-Wdeprecated-declarations] ...@@encode(UIAlertView *), strlen(@@encode(UIAler... ^ /var/mobile/testo/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:26:12: note: 'UIAlertView' has been explicitly marked deprecated here @interface UIAlertView : UIView ^ Tweak.xm:76:1485: error: 'UIAlertView' is deprecated: first deprecated in iOS 9.0 [-Werror,-Wdeprecated-declarations] ...*))); i += strlen(@@encode(UIAlertView *)); me... ^ /var/mobile/testo/theos/sdks/iPhoneOS9.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:26:12: note: 'UIAlertView' has been explicitly marked deprecated here @interface UIAlertView : UIView ^ 7 errors generated. make[2]: *** [obj/Tweak.xm.766a5e90.o] Error 1 make[1]: *** [internal-library-all_] Error 2 make: *** [testo.all.tweak.variables] Error 2 g-eazy:/var/mobile/testo root#
  7. I followed this one https://iosgods.com/topic/4855-tutorial-how-to-install-theos-dependencies-on-your-idevice-2015/ I removed them hope it works
  8. g-eazy:/var/mobile/test root# make package messages=y es /var/mobile/test/theos/makefiles/targets/Darwin-arm64/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang. /var/mobile/test/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 test... make -f Makefile --no-print-directory --no-keep-going \ internal-library-compile \ _THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=test _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/test/_" /var/mobile/test/theos/bin/fakeroot.sh -p "/private/var/mobile/test/.theos/fakeroot" -c mkdir -p "/private/var/mobile/test/_" [ -d layout ] && rsync -a "layout/" "/private/var/mobile/test/_" --exclude "DEBIAN" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" || true Making stage for tweak test... mkdir -p "/private/var/mobile/test/_/Library/MobileSubstrate/DynamicLibraries/" cp ./obj/test.dylib "/private/var/mobile/test/_/Library/MobileSubstrate/DynamicLibraries/" if [ -f test.plist ]; then cp test.plist "/private/var/mobile/test/_/Library/MobileSubstrate/DynamicLibraries/"; fi mkdir -p "/private/var/mobile/test/_/DEBIAN" sed -e '/^[Vv]ersion:/d' "/private/var/mobile/test/control" > "/private/var/mobile/test/_/DEBIAN/control" echo "Version: 0.0.1-12" >> "/private/var/mobile/test/_/DEBIAN/control" echo "Installed-Size: 16" >> "/private/var/mobile/test/_/DEBIAN/control" COPYFILE_DISABLE=1 /var/mobile/test/theos/bin/fakeroot.sh -p "/private/var/mobile/test/.theos/fakeroot" -r dpkg-deb -b "/private/var/mobile/test/_" "./com.yourcompany.test_0.0.1-12_iphoneos-arm.deb" dyld: could not load inserted library '/var/mobile/test/theos/bin/libfauxsu.dylib' because no suitable image found. Did find: /var/mobile/test/theos/bin/libfauxsu.dylib: mmap() error 22 at address=0x00132000, size=0x00001000 segment=__DATA in Segment::map() mapping /var/mobile/test/theos/bin/libfauxsu.dylib /var/mobile/test/theos/bin/fauxsu: line 43: 1052 Trace/BPT trap: 5 "$@" make: *** [internal-package] Error 133 g-eazy:/var/mobile/test root#
  9. here https://imgur.com/a/ei8QE
  10. unfortunately I've tried that I decided to re-do they thing DiDA suggested and now I'm getting Make: *** No rule to make target 'package'. Stop
  11. I got this: /var/mobile/test/theos/makefiles/targets/Darwin-arm64/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang./var/mobile/test/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 test... make[2]: Nothing to be done for `internal-library-compile'. Making stage for tweak test... make: *** [internal-package] Error 133.
  12. Hi I'm having problem while trying to compile a tweak, Im on iPhone 5s and iOS 9.3.3 I've installed every thing that's needed for Theos, I'm currently getting this error while trying to compile: /var/mobile/test/theos/makefiles/targets/Darwin-arm64/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang. /var/mobile/test/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 test... make[2]: Nothing to be done for `internal-library-compile'. Making stage for tweak test... make: *** [internal-package] Error 133 Any help is highly appreciated!
  13. im currently getting this problem in terminal when compiling Terminal Error: http://imgur.com/a/Bhwd2 MakeFile: http://imgur.com/a/FasXH Tweak.xm: http://imgur.com/a/2fvT2
×
  • 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