Jump to content

Taylor Meyer

Senior Member
  • Posts

    715
  • Joined

  • Last visited

Everything posted by Taylor Meyer

  1. Is their a working downgrade from iOS 10 beta to 9.3.3
  2. people saying that there will not be a untethered possibly coming from one of the jailbreak developers
  3. do i put %orig if so where because im no pro at his yet im still learning a alot about it
  4. so your blue screen problem or Blue Screen Of Death is no problem,but if it constantly does it then it's a problem and I recommend a unjaibreak I have the exact problem as you with the blue screen on my iPad Air 2 iOS 8.4 and iPhone 8.3 the 5s jailbroken with Taichi or TaiG and my iPad Air 2 jailbroken with PP25. with still being jailbroken on your device your unable to fix it because the file that usually gets partially corrupted is a file in the Kernel as its a embedded file Sorry if I bored you
  5. there is no simple root method but there is a hardware mod but it's extremely hard mine has semi root privileges and has kodi is installed on it
  6. i think I may have found something not sure which one but type in verify payment
  7. so like this %hook CLPEngine -(void)removeSubsriptionTimeObserver:(id)arg1 arg1 = // NULL %end
  8. for zimon where he put what you want to return do I leave that blank or what ooooooo or do I put NULL there that's what I put in flex 2
  9. which one should I use yours or diversities
  10. Here is a picture https://imgur.com/a/B49Cg how would I write it in my tweak.xm
  11. So the void I'm trying to hack it has the class of course so %hook then the class then it has -(void) removeSubsriptionTimeObserver:(id) then it has a return value (void) then below it is Argument #1 (Id) then below the Argument is NULL how would I put this ^ in my tweak.xm
  12. here is the new errors Making all for tweak pandoracheats... 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:2:10: fatal error: 'UIKit' file not found #include <UIKit> 1 error generated. make[2]: *** [obj/Tweak.xm.0a8f35fc.o] Error 1 make[1]: *** [internal-library-all_] Error 2 make: *** [pandoracheats.all.tweak.variables] Error 2
  13. maybe it's my fault I feel like I'm doing stuff wrong in tweak.xm as in #import or #include and makefile
  14. So I really did not want to make another post because I have made a crap ton about issues with theos. But I generated the errors and here is the errors I get now ( Making all for tweak pandoracheats... 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... In file included from <built-in>:361: In file included from <command line>: In file included from /var/mobile/pandoracheats/theos/Prefix.pch:4: In file included from /var/mobile/pandoracheats/theos/sdks/iPhoneOS8.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:10: In file included from /var/mobile/pandoracheats/theos/sdks/iPhoneOS8.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:13: In file included from /var/mobile/pandoracheats/theos/sdks/iPhoneOS8.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityAdditions.h:10: In file included from /var/mobile/pandoracheats/theos/sdks/iPhoneOS8.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPickerView.h:11: In file included from /var/mobile/pandoracheats/theos/sdks/iPhoneOS8.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:11: In file included from /var/mobile/pandoracheats/theos/include/UIKit/UISwipeGestureRecognizer.h:10: In file included from /var/mobile/pandoracheats/theos/sdks/iPhoneOS8.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeGestureRecognizer.h:9: In file included from /var/mobile/pandoracheats/theos/include/UIKit/UIGestureRecognizer.h:6: In file included from /var/mobile/pandoracheats/theos/include/UIKit/UIKit-Structs.h:15: In file included from /var/mobile/pandoracheats/theos/sdks/iPhoneOS8.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.h:9: In file included from /var/mobile/pandoracheats/theos/sdks/iPhoneOS8.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CoreAnimation.h:30: In file included from /var/mobile/pandoracheats/theos/include/QuartzCore/CAValueFunction.h:9: In file included from /var/mobile/pandoracheats/theos/include/QuartzCore/QuartzCore-Structs.h:11: /var/mobile/pandoracheats/theos/include/IOSurface/IOSurface.h:20:10: fatal error: 'IOSurface/IOSurfaceAPI.h' file not found #include <IOSurface/IOSurfaceAPI.h> ^ 1 error generated. make[2]: *** [obj/Tweak.xm.0a8f35fc.o] Error 1 make[1]: *** [internal-library-all_] Error 2 make: *** [pandoracheats.all.tweak.variables] Error 2
  15. im sorry but how do you know that setuptheos is the problem also this person has the exact problem as me https://iosgods.com/topic/29026-make-internal-package-error-126/
  16. same error this one https://m.imgur.com/a/OhNiH
  17. i have the exact same error as you been trying to fix for about 2 or 3 weeks now did you fix it
  18. i did it but it just showed a bunch of previous error messages
  19. I'm sorry but does not work I just I'm speechless but I did get some info from -deleted- person that said its a problem with the LLVM+CLANG
  20. of the past few days i have been having so many errors but luckily a lot of people on here have helped me with these different errors im encountering. now i have this error which is this make: *** [internal-package] Error 126 of making a theos package and i have tried everything that i have been suggested. BTW for the people that helped me or is helping me thank you sooooo much if anyone does know anything on the issue here is my post in help & support https://iosgods.com/topic/32359-errors-while-compiling-with-theos/
  21. i mean if you have any other suggestions
  22. im about to have someone else compile because I'm so sick of errors
×
  • 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