Jump to content

bus991

Senior Member
  • Posts

    1,096
  • Joined

  • Last visited

Everything posted by bus991

  1. ok but i doubt it tho imma wait until a cheat or DiDA checks it out
  2. i did not modify anything but just compiled to see if my theos would have any problems and sadlyt it did. im on windows 10 using ubuntu to run theos and i got this little nice error > Making all for tweak baseballbetter… ==> Preprocessing Tweak.xm… ==> Preprocessing Tweak.xm… ==> Compiling Tweak.xm (arm64)… While building module 'Foundation' imported from /opt/theos/Prefix.pch:11: In file included from <module-includes>:2: In file included from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:128: /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUUID.h:26:49: error: nullability specifier '_Nullable' cannot be applied to non-pointer type 'uuid_t' (aka 'unsigned char [16]') - (instancetype)initWithUUIDBytes:(const uuid_t _Nullable)bytes; ^ /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUUID.h:29:30: error: nullability specifier '_Nonnull' cannot be applied to non-pointer type 'uuid_t' (aka 'unsigned char [16]') - (void)getUUIDBytes:(uuid_t _Nonnull)uuid; ^ In file included from <built-in>:1: /opt/theos/Prefix.pch:11:11: fatal error: could not build module 'Foundation' #import <Foundation/Foundation.h> ~~~~~~~^ While building module 'UIKit' imported from /opt/theos/Prefix.pch:20: In file included from <module-includes>:2: In file included from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:11: /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccelerometer.h:8:9: fatal error: could not build module 'Foundation' #import <Foundation/Foundation.h> ~~~~~~~^ While building module 'UIKit' imported from /opt/theos/Prefix.pch:20: While building module 'QuartzCore' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9: In file included from <module-includes>:1: In file included from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.h:9: In file included from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CoreAnimation.h:10: /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:12:9: fatal error: could not build module 'Foundation' #import <Foundation/NSValue.h> ~~~~~~~^ While building module 'UIKit' imported from /opt/theos/Prefix.pch:20: While building module 'QuartzCore' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9: While building module 'OpenGLES' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAEAGLLayer.h:7: In file included from <module-includes>:2: /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/EAGL.h:8:10: fatal error: could not build module 'Foundation' #include <Foundation/Foundation.h> ~~~~~~~~^ While building module 'UIKit' imported from /opt/theos/Prefix.pch:20: While building module 'QuartzCore' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9: While building module 'Metal' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMetalLayer.h:7: In file included from <module-includes>:2: In file included from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.h:9: /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLTypes.h:8:9: fatal error: could not build module 'Foundation' #import <Foundation/Foundation.h> ~~~~~~~^ While building module 'UIKit' imported from /opt/theos/Prefix.pch:20: While building module 'QuartzCore' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9: While building==> Compiling Tweak.xm (armv7)… While building module 'Foundation' imported from /opt/theos/Prefix.pch:11: In file included from <module-includes>:2: In file included from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:128: /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUUID.h:26:49: error: nullability specifier '_Nullable' cannot be applied to non-pointer type 'uuid_t' (aka 'unsigned char [16]') - (instancetype)initWithUUIDBytes:(const uuid_t _Nullable)bytes; ^ /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUUID.h:29:30: error: nullability specifier '_Nonnull' cannot be applied to non-pointer type 'uuid_t' (aka 'unsigned char [16]') - (void)getUUIDBytes:(uuid_t _Nonnull)uuid; ^ In file included from <built-in>:1: /opt/theos/Prefix.pch:11:11: fatal error: could not build module 'Foundation' #import <Foundation/Foundation.h> ~~~~~~~^ While building module 'UIKit' imported from /opt/theos/Prefix.pch:20: In file included from <module-includes>:2: In file included from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:11: /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccelerometer.h:8:9: fatal error: could not build module 'Foundation' #import <Foundation/Foundation.h> ~~~~~~~^ While building module 'UIKit' imported from /opt/theos/Prefix.pch:20: While building module 'QuartzCore' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9: In file included from <module-includes>:1: In file included from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.h:9: In file included from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CoreAnimation.h:10: /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:12:9: fatal error: could not build module 'Foundation' #import <Foundation/NSValue.h> ~~~~~~~^ While building module 'UIKit' imported from /opt/theos/Prefix.pch:20: While building module 'QuartzCore' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9: While building module 'OpenGLES' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAEAGLLayer.h:7: In file included from <module-includes>:2: /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/EAGL.h:8:10: fatal error: could not build module 'Foundation' #include <Foundation/Foundation.h> ~~~~~~~~^ While building module 'UIKit' imported from /opt/theos/Prefix.pch:20: While building module 'QuartzCore' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9: While building module 'Metal' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMetalLayer.h:7: In file included from <module-includes>:2: In file included from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.h:9: /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLTypes.h:8:9: fatal error: could not build module 'Foundation' #import <Foundation/Foundation.h> ~~~~~~~^ While building module 'UIKit' imported from /opt/theos/Prefix.pch:20: While building module 'QuartzCore' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9: While building module 'Metal' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMetalLayer.h:7: module 'Metal' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMetalLayer.h:7: While building module 'IOSurface' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLTexture.h:15: While building module 'IOSurface' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLTexture.h:15: In file included from <module-includes>:5: In file included from <module-includes>:5: /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/IOSurface.framework/Headers/IOSurfaceObjC.h:15:9: fatal error: could not build module 'Foundation' /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/IOSurface.framework/Headers/IOSurfaceObjC.h:15:9: fatal error: could not build module 'Foundation' #import <Foundation/Foundation.h> #import <Foundation/Foundation.h> ~~~~~~~^ ~~~~~~~^ While building module 'UIKit' imported from /opt/theos/Prefix.pch:20: While building module 'UIKit' imported from /opt/theos/Prefix.pch:20: While building module 'CoreImage' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:11: While building module 'CoreImage' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:11: In file included from <module-includes>:2: In file included from <module-includes>:2: /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.h:9:9: fatal error: could not build module 'Foundation' /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.h:9:9: fatal error: could not build module 'Foundation' #import <Foundation/Foundation.h> #import <Foundation/Foundation.h> ~~~~~~~^ ~~~~~~~^ While building module 'UIKit' imported from /opt/theos/Prefix.pch:20: While building module 'UIKit' imported from /opt/theos/Prefix.pch:20: While building module 'CoreImage' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:11: While building module 'CoreImage' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:11: While building module 'CoreVideo' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:10: While building module 'CoreVideo' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:10: In file included from <module-includes>:2: In file included from <module-includes>:2: In file included from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CoreVideo.h:29: In file included from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CoreVideo.h:29: In file included from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBuffer.h:461: In file included from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBuffer.h:461: /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBufferIOSurface.h:26:10: fatal error: could not build module 'IOSurface' /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBufferIOSurface.h:26:10: fatal error: could not build module 'IOSurface' #include <IOSurface/IOSurfaceRef.h> #include <IOSurface/IOSurfaceRef.h> ~~~~~~~~^ ~~~~~~~~^ While building module 'UIKit' imported from /opt/theos/Prefix.pch:20: While building module 'UIKit' imported from /opt/theos/Prefix.pch:20: While building module 'FileProvider' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSFileProviderExtension.h:14: While building module 'FileProvider' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSFileProviderExtension.h:14: In file included from <module-includes>:1: In file included from <module-includes>:1: In file included from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/FileProvider.framework/Headers/FileProvider.h:8: In file included from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/FileProvider.framework/Headers/FileProvider.h:8: /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderDomain.h:8:9: fatal error: could not build module 'Foundation' /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderDomain.h:8:9: fatal error: could not build module 'Foundation' #import <Foundation/Foundation.h> #import <Foundation/Foundation.h> ~~~~~~~^ ~~~~~~~^ 11 errors generated. 11 errors generated. /opt/theos/makefiles/instance/rules.mk:249: recipe for target '/home/busmanl30/baseballbetter/.theos/obj/arm64/Tweak.xm.f7eaed0a.o' failed /opt/theos/makefiles/instance/rules.mk:249: recipe for target '/home/busmanl30/baseballbetter/.theos/obj/armv7/Tweak.xm.796049ad.o' failed make[3]: *** [/home/busmanl30/baseballbetter/.theos/obj/arm64/Tweak.xm.f7eaed0a.o] Error 1 make[3]: *** [/home/busmanl30/baseballbetter/.theos/obj/armv7/Tweak.xm.796049ad.o] Error 1 rm /home/busmanl30/baseballbetter/.theos/obj/arm64/Tweak.xm.mm rm /home/busmanl30/baseballbetter/.theos/obj/armv7/Tweak.xm.mm /opt/theos/makefiles/instance/library.mk:32: recipe for target '/home/busmanl30/baseballbetter/.theos/obj/armv7/baseballbetter.dylib' failed make[2]: *** [/home/busmanl30/baseballbetter/.theos/obj/armv7/baseballbetter.dylib] Error 2 make[2]: *** Waiting for unfinished jobs.... /opt/theos/makefiles/instance/library.mk:32: recipe for target '/home/busmanl30/baseballbetter/.theos/obj/arm64/baseballbetter.dylib' failed make[2]: *** [/home/busmanl30/baseballbetter/.theos/obj/arm64/baseballbetter.dylib] Error 2 /opt/theos/makefiles/instance/library.mk:24: recipe for target 'internal-library-all_' failed make[1]: *** [internal-library-all_] Error 2 /opt/theos/makefiles/master/rules.mk:123: recipe for target 'baseballbetter.all.tweak.variables' failed make: *** [baseballbetter.all.tweak.variables] Error 2 root@LAPTOP-81N20LT2:/home/busmanl30/baseballbetter#
  3. i have both but i cant find the sub thing that i need
  4. what do you mean, becuase its existing
  5. ok Leo:~ root# debugserver 127.0.0.1:23 --attach=79534 debugserver-@(#)PROGRAM:debugserver PROJECT:debugserver-360.0.26.14 for arm64. Attaching to process 79534... error: failed to attach process 79534: (os/kern) invalid argument Exiting. Leo:~ root# debugserver 127.0.0.1:23 --attach Terraria debugserver-@(#)PROGRAM:debugserver PROJECT:debugserver-360.0.26.14 for arm64. Attaching to process Terraria... error: failed to attach to process named: "" (os/kern) invalid argument Exiting. still nothing
  6. tried that look tried that and it doesnt work for ios 11
  7. alright so dida signed his ios 11 debugserver for us and i try connecting with usb tunnel and no luck
  8. ok so i have the binary, then ok now how do i crack it smh
  9. ok i cracked the binary while cracking the ap right?
  10. thanks papi i believe armv7 is 32 bit and armv8 is 64 i suppose
  11. once i crack the ipa to get the binary i just slap it in my game or do i sign the ipa and then get the binary from there. also can i use the appostore app. and does it need to be thinned and remove aslr
  12. so wait does this mean the ARM instructions update by themselves without even the creator doing it themselves!?
  13. i fixed it!!!! i just installed everythibg while logged in to root thank you again
  14. busmanl30@LAPTOP-81N20LT2:~$ busmanl30@LAPTOP-81N20LT2:~$ busmanl30@LAPTOP-81N20LT2:~$ $theos busmanl30@LAPTOP-81N20LT2:~$ $THEOS busmanl30@LAPTOP-81N20LT2:~$ echo export THEOS="/opt/theos" >> ~/.bashrc busmanl30@LAPTOP-81N20LT2:~$ echo export PATH="\$THEOS/bin:\$PATH" >> ~/.bashrc busmanl30@LAPTOP-81N20LT2:~$ echo alias theos="\$THEOS/bin/nic.pl" >> ~/.bashrc busmanl30@LAPTOP-81N20LT2:~$ echo "umask 0022" >> ~/.bashrc busmanl30@LAPTOP-81N20LT2:~$ source ~/.bashrc busmanl30@LAPTOP-81N20LT2:~$ cd $THEOS/toolchain -bash: cd: /opt/theos/toolchain: No such file or directory busmanl30@LAPTOP-81N20LT2:~$ cd $THEOS/toolchain -bash: cd: /opt/theos/toolchain: No such file or directory busmanl30@LAPTOP-81N20LT2:~$ root The program 'root' is currently not installed. You can install it by typing: sudo apt install root-system-bin busmanl30@LAPTOP-81N20LT2:~$ su - Password: su: Authentication failure busmanl30@LAPTOP-81N20LT2:~$ su - Password: su: Authentication failure busmanl30@LAPTOP-81N20LT2:~$ sudo passwd root [sudo] password for busmanl30: Enter new UNIX password: Retype new UNIX password: passwd: password updated successfully busmanl30@LAPTOP-81N20LT2:~$ su - Password: root@LAPTOP-81N20LT2:~# cd $THEOS/toolchain -su: cd: /toolchain: No such file or directory root@LAPTOP-81N20LT2:~#
  15. ok i tried that and i just trried making sure its there but same problem
  16. im thinking maybe we could create that folder manually????
  17. wait i believe i did that tho Setting the $THEOS variable: echo export THEOS="/opt/theos" >> ~/.bashrc echo export PATH="\$THEOS/bin:\$PATH" >> ~/.bashrc echo alias theos="\$THEOS/bin/nic.pl" >> ~/.bashrc echo "umask 0022" >> ~/.bashrc source ~/.bashrc
  18. the ubuntu microsoft app on windows as your tut says
  19. rn im confused because it says windows https://iosgods.com/topic/61352-new-2018-install-theos-on-windows-10-subsystem-for-linux/
  20. wdym so i just skip tht part ?
  21. im using DiDA's tut to install theos on ubuntu it tells me to type in this command cd $THEOS/toolchain && sudo wget https://developer.angelxwind.net/Linux/ios-toolchain_clang%2bllvm%2bld64_latest_linux_x86_64.zip -O LinuxToolchain.zip it gives me this error cd: /toolchain: No such file or directory
  22. i type in cd $THEOS/toolchain && sudo wget https://developer.angelxwind.net/Linux/ios-toolchain_clang%2bllvm%2bld64_latest_linux_x86_64.zip -O LinuxToolchain.zip and i get this error -bash: cd: /toolchain: No such file or directory
  23. you cant on ios 11 plus he reset my license for my new phone
  24. im asking right now since i literally got it 2 days unexpectedly from my mom
×
  • 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