Advertisement
Guest User

iOS 11.1 errors

a guest
Jan 16th, 2018
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.99 KB | None | 0 0
  1. $ make package
  2. > Making all for tweak test…
  3. ==> Preprocessing Tweak.xm…
  4. ==> Compiling Tweak.xm (armv7)…
  5. While building module 'Foundation' imported from /home/Jan/theos/Prefix.pch:11:
  6. In file included from <module-includes>:2:
  7. In file included from /home/Jan/theos/sdks/iPhoneOS11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:128:
  8. /home/Jan/theos/sdks/iPhoneOS11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUUID.h:26:49: error: nullability specifier '_Nullable'
  9. cannot be applied to non-pointer type 'uuid_t' (aka 'unsigned char [16]')
  10. - (instancetype)initWithUUIDBytes:(const uuid_t _Nullable)bytes;
  11. ^
  12. /home/Jan/theos/sdks/iPhoneOS11.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUUID.h:29:30: error: nullability specifier '_Nonnull'
  13. cannot be applied to non-pointer type 'uuid_t' (aka 'unsigned char [16]')
  14. - (void)getUUIDBytes:(uuid_t _Nonnull)uuid;
  15. ^
  16. In file included from <built-in>:1:
  17. /home/Jan/theos/Prefix.pch:11:11: fatal error: could not build module 'Foundation'
  18. #import <Foundation/Foundation.h>
  19. ~~~~~~~^
  20. While building module 'UIKit' imported from /home/Jan/theos/Prefix.pch:20:
  21. In file included from <module-includes>:2:
  22. In file included from /home/Jan/theos/sdks/iPhoneOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:11:
  23. /home/Jan/theos/sdks/iPhoneOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccelerometer.h:8:9: fatal error: could not build module
  24. 'Foundation'
  25. #import <Foundation/Foundation.h>
  26. ~~~~~~~^
  27. While building module 'UIKit' imported from /home/Jan/theos/Prefix.pch:20:
  28. While building module 'QuartzCore' imported from /home/Jan/theos/sdks/iPhoneOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9:
  29. In file included from <module-includes>:1:
  30. In file included from /home/Jan/theos/sdks/iPhoneOS11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.h:9:
  31. In file included from /home/Jan/theos/sdks/iPhoneOS11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CoreAnimation.h:10:
  32. /home/Jan/theos/sdks/iPhoneOS11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:12:9: fatal error: could not build module
  33. 'Foundation'
  34. #import <Foundation/NSValue.h>
  35. ~~~~~~~^
  36. While building module 'UIKit' imported from /home/Jan/theos/Prefix.pch:20:
  37. While building module 'QuartzCore' imported from /home/Jan/theos/sdks/iPhoneOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9:
  38. While building module 'OpenGLES' imported from /home/Jan/theos/sdks/iPhoneOS11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAEAGLLayer.h:7:
  39. In file included from <module-includes>:2:
  40. /home/Jan/theos/sdks/iPhoneOS11.1.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/EAGL.h:8:10: fatal error: could not build module 'Foundation'
  41. #include <Foundation/Foundation.h>
  42. ~~~~~~~~^
  43. While building module 'UIKit' imported from /home/Jan/theos/Prefix.pch:20:
  44. While building module 'QuartzCore' imported from /home/Jan/theos/sdks/iPhoneOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9:
  45. While building module 'Metal' imported from /home/Jan/theos/sdks/iPhoneOS11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMetalLayer.h:7:
  46. In file included from <module-includes>:2:
  47. In file included from /home/Jan/theos/sdks/iPhoneOS11.1.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.h:9:
  48. /home/Jan/theos/sdks/iPhoneOS11.1.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLTypes.h:8:9: fatal error: could not build module 'Foundation'
  49. #import <Foundation/Foundation.h>
  50. ~~~~~~~^
  51. While building module 'UIKit' imported from /home/Jan/theos/Prefix.pch:20:
  52. While building module 'QuartzCore' imported from /home/Jan/theos/sdks/iPhoneOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9:
  53. While building module 'Metal' imported from /home/Jan/theos/sdks/iPhoneOS11.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMetalLayer.h:7:
  54. While building module 'IOSurface' imported from /home/Jan/theos/sdks/iPhoneOS11.1.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLTexture.h:15:
  55. In file included from <module-includes>:5:
  56. /home/Jan/theos/sdks/iPhoneOS11.1.sdk/System/Library/Frameworks/IOSurface.framework/Headers/IOSurfaceObjC.h:15:9: fatal error: could not build module
  57. 'Foundation'
  58. #import <Foundation/Foundation.h>
  59. ~~~~~~~^
  60. While building module 'UIKit' imported from /home/Jan/theos/Prefix.pch:20:
  61. While building module 'CoreImage' imported from /home/Jan/theos/sdks/iPhoneOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:11:
  62. In file included from <module-includes>:2:
  63. /home/Jan/theos/sdks/iPhoneOS11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.h:9:9: fatal error: could not build module
  64. 'Foundation'
  65. #import <Foundation/Foundation.h>
  66. ~~~~~~~^
  67. While building module 'UIKit' imported from /home/Jan/theos/Prefix.pch:20:
  68. While building module 'CoreImage' imported from /home/Jan/theos/sdks/iPhoneOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:11:
  69. While building module 'CoreVideo' imported from /home/Jan/theos/sdks/iPhoneOS11.1.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:10:
  70. In file included from <module-includes>:2:
  71. In file included from /home/Jan/theos/sdks/iPhoneOS11.1.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CoreVideo.h:29:
  72. In file included from /home/Jan/theos/sdks/iPhoneOS11.1.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBuffer.h:461:
  73. /home/Jan/theos/sdks/iPhoneOS11.1.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBufferIOSurface.h:26:10: fatal error: could not build
  74. module 'IOSurface'
  75. #include <IOSurface/IOSurfaceRef.h>
  76. ~~~~~~~~^
  77. While building module 'UIKit' imported from /home/Jan/theos/Prefix.pch:20:
  78. While building module 'FileProvider' imported from /home/Jan/theos/sdks/iPhoneOS11.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSFileProviderExtension.h:14:
  79. In file included from <module-includes>:1:
  80. In file included from /home/Jan/theos/sdks/iPhoneOS11.1.sdk/System/Library/Frameworks/FileProvider.framework/Headers/FileProvider.h:8:
  81. /home/Jan/theos/sdks/iPhoneOS11.1.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderDomain.h:8:9: fatal error: could not build
  82. module 'Foundation'
  83. #import <Foundation/Foundation.h>
  84. ~~~~~~~^
  85. 11 errors generated.
  86. make[3]: *** [/home/Jan/theos/makefiles/instance/rules.mk:297: /home/Jan/projects/test/.theos/obj/debug/armv7/Tweak.xm.e912565b.o] Error 1
  87. make[2]: *** [/home/Jan/theos/makefiles/instance/library.mk:32: /home/Jan/projects/test/.theos/obj/debug/armv7/test.dylib] Error 2
  88. make[1]: *** [/home/Jan/theos/makefiles/instance/library.mk:24: internal-library-all_] Error 2
  89. make: *** [/home/Jan/theos/makefiles/master/rules.mk:90: test.all.tweak.variables] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement