Guest User

Untitled

a guest
Mar 6th, 2021
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.17 KB | None | 0 0
  1. > Making all for tweak test…
  2. ==> Preprocessing Tweak.x…
  3. ==> Preprocessing Tweak.x…
  4. ==> Compiling Tweak.x (armv7)…
  5. ==> Linking tweak test (armv7)…
  6. /usr/bin/ld: unrecognised emulation mode: ultiply_defined
  7. Supported emulations: elf_x86_64 elf32_x86_64 elf_i386 elf_iamcu elf_l1om elf_k1om i386pep i386pe
  8. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  9. make[3]: *** [/home/kellan/theos/makefiles/instance/library.mk:52: /home/kellan/test/.theos/obj/debug/armv7/test.dylib] Error 1
  10. rm /home/kellan/test/.theos/obj/debug/armv7/Tweak.x.m
  11. make[2]: *** [/home/kellan/theos/makefiles/instance/library.mk:52: /home/kellan/test/.theos/obj/debug/armv7/test.dylib] Error 2
  12. make[2]: *** Waiting for unfinished jobs....
  13. ==> Compiling Tweak.x (arm64)…
  14. While building module 'UIKit' imported from Tweak.x:6:
  15. While building module 'Foundation' imported from /home/kellan/theos/sdks/iPhoneOS14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
  16. In file included from <module-includes>:1:
  17. In file included from /home/kellan/theos/sdks/iPhoneOS14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:39:
  18. In file included from /home/kellan/theos/sdks/iPhoneOS14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:11:
  19. /home/kellan/theos/sdks/iPhoneOS14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:10:9: fatal error: 'Foundation/NSURLHandle.h' file not found
  20. #import <Foundation/NSURLHandle.h>
  21. ^~~~~~~~~~~~~~~~~~~~~~~~~~
  22. While building module 'UIKit' imported from Tweak.x:6:
  23. In file included from <module-includes>:1:
  24. /home/kellan/theos/sdks/iPhoneOS14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:9: fatal error: could not build module 'Foundation'
  25. #import <Foundation/Foundation.h>
  26. ~~~~~~~^
  27. While building module 'UIKit' imported from Tweak.x:6:
  28. While building module 'CoreImage' imported from /home/kellan/theos/sdks/iPhoneOS14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:13:
  29. In file included from <module-includes>:1:
  30. /home/kellan/theos/sdks/iPhoneOS14.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.h:9:9: fatal error: could not build module 'Foundation'
  31. #import <Foundation/Foundation.h>
  32. ~~~~~~~^
  33. While building module 'UIKit' imported from Tweak.x:6:
  34. While building module 'CoreImage' imported from /home/kellan/theos/sdks/iPhoneOS14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:13:
  35. While building module 'CoreVideo' imported from /home/kellan/theos/sdks/iPhoneOS14.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:10:
  36. While building module 'IOSurface' imported from /home/kellan/theos/sdks/iPhoneOS14.4.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBufferIOSurface.h:26:
  37. In file included from <module-includes>:1:
  38. /home/kellan/theos/sdks/iPhoneOS14.4.sdk/System/Library/Frameworks/IOSurface.framework/Headers/IOSurfaceObjC.h:15:9: fatal error: could not build module 'Foundation'
  39. #import <Foundation/Foundation.h>
  40. ~~~~~~~^
  41. While building module 'UIKit' imported from Tweak.x:6:
  42. While building module 'CoreImage' imported from /home/kellan/theos/sdks/iPhoneOS14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:13:
  43. While building module 'CoreVideo' imported from /home/kellan/theos/sdks/iPhoneOS14.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:10:
  44. In file included from <module-includes>:1:
  45. In file included from /home/kellan/theos/sdks/iPhoneOS14.4.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CoreVideo.h:29:
  46. In file included from /home/kellan/theos/sdks/iPhoneOS14.4.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBuffer.h:550:
  47. /home/kellan/theos/sdks/iPhoneOS14.4.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBufferIOSurface.h:26:10: fatal error: could not build module 'IOSurface'
  48. #include <IOSurface/IOSurfaceRef.h>
  49. ~~~~~~~~^
  50. While building module 'UIKit' imported from Tweak.x:6:
  51. While building module 'CoreImage' imported from /home/kellan/theos/sdks/iPhoneOS14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:13:
  52. While building module 'CoreVideo' imported from /home/kellan/theos/sdks/iPhoneOS14.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:10:
  53. While building module 'Metal' imported from /home/kellan/theos/sdks/iPhoneOS14.4.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVMetalTextureCache.h:41:
  54. In file included from <module-includes>:1:
  55. In file included from /home/kellan/theos/sdks/iPhoneOS14.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.h:9:
  56. /home/kellan/theos/sdks/iPhoneOS14.4.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLTypes.h:8:9: fatal error: could not build module 'Foundation'
  57. #import <Foundation/Foundation.h>
  58. ~~~~~~~^
  59. While building module 'UIKit' imported from Tweak.x:6:
  60. While building module 'QuartzCore' imported from /home/kellan/theos/sdks/iPhoneOS14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:10:
  61. In file included from <module-includes>:1:
  62. In file included from /home/kellan/theos/sdks/iPhoneOS14.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.h:9:
  63. In file included from /home/kellan/theos/sdks/iPhoneOS14.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CoreAnimation.h:10:
  64. /home/kellan/theos/sdks/iPhoneOS14.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:12:9: fatal error: could not build module 'Foundation'
  65. #import <Foundation/NSValue.h>
  66. ~~~~~~~^
  67. While building module 'UIKit' imported from Tweak.x:6:
  68. While building module 'QuartzCore' imported from /home/kellan/theos/sdks/iPhoneOS14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:10:
  69. While building module 'OpenGLES' imported from /home/kellan/theos/sdks/iPhoneOS14.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAEAGLLayer.h:7:
  70. In file included from <module-includes>:2:
  71. In file included from /home/kellan/theos/sdks/iPhoneOS14.4.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/EAGLIOSurface.h:8:
  72. /home/kellan/theos/sdks/iPhoneOS14.4.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/EAGL.h:8:10: fatal error: could not build module 'Foundation'
  73. #include <Foundation/Foundation.h>
  74. ~~~~~~~~^
  75. While building module 'UIKit' imported from Tweak.x:6:
  76. While building module 'FileProvider' imported from /home/kellan/theos/sdks/iPhoneOS14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSFileProviderExtension.h:15:
  77. In file included from <module-includes>:1:
  78. In file included from /home/kellan/theos/sdks/iPhoneOS14.4.sdk/System/Library/Frameworks/FileProvider.framework/Headers/FileProvider.h:15:
  79. /home/kellan/theos/sdks/iPhoneOS14.4.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderDomain.h:8:9: fatal error: could not build module 'Foundation'
  80. #import <Foundation/Foundation.h>
  81. ~~~~~~~^
  82. While building module 'UIKit' imported from Tweak.x:6:
  83. While building module 'UserNotifications' imported from /home/kellan/theos/sdks/iPhoneOS14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UNNotificationResponse+UIKitAdditions.h:10:
  84. In file included from <module-includes>:1:
  85. In file included from /home/kellan/theos/sdks/iPhoneOS14.4.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.h:8:
  86. /home/kellan/theos/sdks/iPhoneOS14.4.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/NSString+UserNotifications.h:8:9: fatal error: could not build module 'Foundation'
  87. #import <Foundation/Foundation.h>
  88. ~~~~~~~^
  89. Tweak.x:6:9: fatal error: could not build module 'UIKit'
  90. #import <UIKit/UIKit.h>
  91. ~~~~~~~^
  92. 11 errors generated.
  93. make[3]: *** [/home/kellan/theos/makefiles/instance/rules.mk:262: /home/kellan/test/.theos/obj/debug/arm64/Tweak.x.93a7676b.o] Error 1
  94. rm /home/kellan/test/.theos/obj/debug/arm64/Tweak.x.m
  95. make[2]: *** [/home/kellan/theos/makefiles/instance/library.mk:52: /home/kellan/test/.theos/obj/debug/arm64/test.dylib] Error 2
  96. make[1]: *** [/home/kellan/theos/makefiles/instance/library.mk:37: internal-library-all_] Error 2
  97. make: *** [/home/kellan/theos/makefiles/master/rules.mk:117: test.all.tweak.variables] Error 2
Advertisement
Add Comment
Please, Sign In to add comment