Advertisement
Guest User

Theos log

a guest
Jan 4th, 2024
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.21 KB | None | 0 0
  1. While building module 'UIKit' imported from Tweak.x:1:
  2. While building module 'Foundation' imported from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
  3. In file included from <module-includes>:1:
  4. In file included from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12:
  5. /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:91:143: error: function does not return NSString
  6. - (NSAttributedString *)localizedAttributedStringForKey:(NSString *)key value:(nullable NSString *)value table:(nullable NSString *)tableName NS_FORMAT_ARGUMENT(1) NS_REFINED_FOR_SWIFT API_AVAILABLE(macos(12.0), ios(15.0), watchos(8.0), tvos(15.0));
  7. ~~~~~~~~~~~~~~ ^ ~
  8. /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:103:48: note: expanded from macro 'NS_FORMAT_ARGUMENT'
  9. #define NS_FORMAT_ARGUMENT(A) __attribute__ ((format_arg(A)))
  10. ^ ~
  11. While building module 'UIKit' imported from Tweak.x:1:
  12. While building module 'Foundation' imported from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
  13. In file included from <module-includes>:1:
  14. In file included from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:130:
  15. /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:500:168: error: expected ')'
  16. - (void)readDataOfMinLength:(NSUInteger)minBytes maxLength:(NSUInteger)maxBytes timeout:(NSTimeInterval)timeout completionHandler:(void (^) (NSData * _Nullable_result data, BOOL atEOF, NSError * _Nullable error))completionHandler;
  17. ^
  18. /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:500:141: note: to match this '('
  19. - (void)readDataOfMinLength:(NSUInteger)minBytes maxLength:(NSUInteger)maxBytes timeout:(NSTimeInterval)timeout completionHandler:(void (^) (NSData * _Nullable_result data, BOOL atEOF, NSError * _Nullable error))completionHandler;
  20. ^
  21. While building module 'UIKit' imported from Tweak.x:1:
  22. In file included from <module-includes>:1:
  23. /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:9: fatal error: could not build module 'Foundation'
  24. #import <Foundation/Foundation.h>
  25. ~~~~~~~^
  26. While building module 'UIKit' imported from Tweak.x:1:
  27. While building module 'CoreImage' imported from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:13:
  28. In file included from <module-includes>:1:
  29. /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.h:9:9: fatal error: could not build module 'Foundation'
  30. #import <Foundation/Foundation.h>
  31. ~~~~~~~^
  32. While building module 'UIKit' imported from Tweak.x:1:
  33. While building module 'CoreImage' imported from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:13:
  34. While building module 'CoreVideo' imported from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:10:
  35. While building module 'IOSurface' imported from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBufferIOSurface.h:26:
  36. In file included from <module-includes>:3:
  37. /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/IOSurface.framework/Headers/IOSurfaceObjC.h:15:9: fatal error: could not build module 'Foundation'
  38. #import <Foundation/Foundation.h>
  39. ~~~~~~~^
  40. While building module 'UIKit' imported from Tweak.x:1:
  41. While building module 'CoreImage' imported from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:13:
  42. While building module 'CoreVideo' imported from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:10:
  43. In file included from <module-includes>:1:
  44. In file included from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CoreVideo.h:29:
  45. In file included from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBuffer.h:628:
  46. /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBufferIOSurface.h:26:10: fatal error: could not build module 'IOSurface'
  47. #include <IOSurface/IOSurfaceRef.h>
  48. ~~~~~~~~^
  49. While building module 'UIKit' imported from Tweak.x:1:
  50. While building module 'CoreImage' imported from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:13:
  51. While building module 'CoreVideo' imported from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:10:
  52. While building module 'OpenGLES' imported from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVOpenGLESTexture.h:23:
  53. In file included from <module-includes>:9:
  54. In file included from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/EAGLIOSurface.h:8:
  55. /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/EAGL.h:8:10: fatal error: could not build module 'Foundation'
  56. #include <Foundation/Foundation.h>
  57. ~~~~~~~~^
  58. While building module 'UIKit' imported from Tweak.x:1:
  59. While building module 'CoreImage' imported from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:13:
  60. While building module 'CoreVideo' imported from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:10:
  61. While building module 'Metal' imported from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVMetalTextureCache.h:41:
  62. In file included from <module-includes>:1:
  63. In file included from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.h:9:
  64. /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLTypes.h:8:9: fatal error: could not build module 'Foundation'
  65. #import <Foundation/Foundation.h>
  66. ~~~~~~~^
  67. While building module 'UIKit' imported from Tweak.x:1:
  68. While building module 'QuartzCore' imported from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:10:
  69. In file included from <module-includes>:1:
  70. In file included from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.h:9:
  71. In file included from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CoreAnimation.h:10:
  72. /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:12:9: fatal error: could not build module 'Foundation'
  73. #import <Foundation/NSValue.h>
  74. ~~~~~~~^
  75. While building module 'UIKit' imported from Tweak.x:1:
  76. While building module 'FileProvider' imported from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSFileProviderExtension.h:15:
  77. In file included from <module-includes>:1:
  78. In file included from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/FileProvider.framework/Headers/FileProvider.h:16:
  79. /home/lebao3105/theos/sdks/iPhoneOS15.5.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:1:
  83. While building module 'UserNotifications' imported from /home/lebao3105/theos/sdks/iPhoneOS15.5.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/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.h:8:
  86. /home/lebao3105/theos/sdks/iPhoneOS15.5.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:1:9: fatal error: could not build module 'UIKit'
  90. #import <UIKit/UIKit.h>
  91. ~~~~~~~^
  92. 12 errors generated.
  93. make[3]: *** [/home/lebao3105/theos/makefiles/instance/rules.mk:380: /home/lebao3105/Projects/sbaroverride/.theos/obj/debug/arm64e/Tweak.x.212276d6.o] Error 1
  94. rm /home/lebao3105/Projects/sbaroverride/.theos/obj/debug/arm64e/Tweak.x.m
  95. ==> Compiling Tweak.x (arm64)…
  96. While building module 'UIKit' imported from Tweak.x:1:
  97. While building module 'Foundation' imported from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
  98. In file included from <module-includes>:1:
  99. In file included from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:12:
  100. /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSBundle.h:91:143: error: function does not return NSString
  101. - (NSAttributedString *)localizedAttributedStringForKey:(NSString *)key value:(nullable NSString *)value table:(nullable NSString *)tableName NS_FORMAT_ARGUMENT(1) NS_REFINED_FOR_SWIFT API_AVAILABLE(macos(12.0), ios(15.0), watchos(8.0), tvos(15.0));
  102. ~~~~~~~~~~~~~~ ^ ~
  103. /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:103:48: note: expanded from macro 'NS_FORMAT_ARGUMENT'
  104. #define NS_FORMAT_ARGUMENT(A) __attribute__ ((format_arg(A)))
  105. ^ ~
  106. While building module 'UIKit' imported from Tweak.x:1:
  107. While building module 'Foundation' imported from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
  108. In file included from <module-includes>:1:
  109. In file included from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:130:
  110. /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:500:168: error: expected ')'
  111. - (void)readDataOfMinLength:(NSUInteger)minBytes maxLength:(NSUInteger)maxBytes timeout:(NSTimeInterval)timeout completionHandler:(void (^) (NSData * _Nullable_result data, BOOL atEOF, NSError * _Nullable error))completionHandler;
  112. ^
  113. /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:500:141: note: to match this '('
  114. - (void)readDataOfMinLength:(NSUInteger)minBytes maxLength:(NSUInteger)maxBytes timeout:(NSTimeInterval)timeout completionHandler:(void (^) (NSData * _Nullable_result data, BOOL atEOF, NSError * _Nullable error))completionHandler;
  115. ^
  116. While building module 'UIKit' imported from Tweak.x:1:
  117. In file included from <module-includes>:1:
  118. /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:9: fatal error: could not build module 'Foundation'
  119. #import <Foundation/Foundation.h>
  120. ~~~~~~~^
  121. While building module 'UIKit' imported from Tweak.x:1:
  122. While building module 'CoreImage' imported from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:13:
  123. In file included from <module-includes>:1:
  124. /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.h:9:9: fatal error: could not build module 'Foundation'
  125. #import <Foundation/Foundation.h>
  126. ~~~~~~~^
  127. While building module 'UIKit' imported from Tweak.x:1:
  128. While building module 'CoreImage' imported from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:13:
  129. While building module 'CoreVideo' imported from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:10:
  130. While building module 'IOSurface' imported from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBufferIOSurface.h:26:
  131. In file included from <module-includes>:3:
  132. /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/IOSurface.framework/Headers/IOSurfaceObjC.h:15:9: fatal error: could not build module 'Foundation'
  133. #import <Foundation/Foundation.h>
  134. ~~~~~~~^
  135. While building module 'UIKit' imported from Tweak.x:1:
  136. While building module 'CoreImage' imported from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:13:
  137. While building module 'CoreVideo' imported from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:10:
  138. In file included from <module-includes>:1:
  139. In file included from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CoreVideo.h:29:
  140. In file included from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBuffer.h:628:
  141. /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBufferIOSurface.h:26:10: fatal error: could not build module 'IOSurface'
  142. #include <IOSurface/IOSurfaceRef.h>
  143. ~~~~~~~~^
  144. While building module 'UIKit' imported from Tweak.x:1:
  145. While building module 'CoreImage' imported from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:13:
  146. While building module 'CoreVideo' imported from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:10:
  147. While building module 'OpenGLES' imported from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVOpenGLESTexture.h:23:
  148. In file included from <module-includes>:9:
  149. In file included from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/EAGLIOSurface.h:8:
  150. /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/EAGL.h:8:10: fatal error: could not build module 'Foundation'
  151. #include <Foundation/Foundation.h>
  152. ~~~~~~~~^
  153. While building module 'UIKit' imported from Tweak.x:1:
  154. While building module 'CoreImage' imported from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:13:
  155. While building module 'CoreVideo' imported from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:10:
  156. While building module 'Metal' imported from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVMetalTextureCache.h:41:
  157. In file included from <module-includes>:1:
  158. In file included from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.h:9:
  159. /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLTypes.h:8:9: fatal error: could not build module 'Foundation'
  160. #import <Foundation/Foundation.h>
  161. ~~~~~~~^
  162. While building module 'UIKit' imported from Tweak.x:1:
  163. While building module 'QuartzCore' imported from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:10:
  164. In file included from <module-includes>:1:
  165. In file included from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.h:9:
  166. In file included from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CoreAnimation.h:10:
  167. /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:12:9: fatal error: could not build module 'Foundation'
  168. #import <Foundation/NSValue.h>
  169. ~~~~~~~^
  170. While building module 'UIKit' imported from Tweak.x:1:
  171. While building module 'FileProvider' imported from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSFileProviderExtension.h:15:
  172. In file included from <module-includes>:1:
  173. In file included from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/FileProvider.framework/Headers/FileProvider.h:16:
  174. /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderDomain.h:8:9: fatal error: could not build module 'Foundation'
  175. #import <Foundation/Foundation.h>
  176. ~~~~~~~^
  177. While building module 'UIKit' imported from Tweak.x:1:
  178. While building module 'UserNotifications' imported from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UNNotificationResponse+UIKitAdditions.h:10:
  179. In file included from <module-includes>:1:
  180. In file included from /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/UserNotifications.h:8:
  181. /home/lebao3105/theos/sdks/iPhoneOS15.5.sdk/System/Library/Frameworks/UserNotifications.framework/Headers/NSString+UserNotifications.h:8:9: fatal error: could not build module 'Foundation'
  182. #import <Foundation/Foundation.h>
  183. ~~~~~~~^
  184. Tweak.x:1:9: fatal error: could not build module 'UIKit'
  185. #import <UIKit/UIKit.h>
  186. ~~~~~~~^
  187. 12 errors generated.
  188. make[3]: *** [/home/lebao3105/theos/makefiles/instance/rules.mk:380: /home/lebao3105/Projects/sbaroverride/.theos/obj/debug/arm64/Tweak.x.8ebac349.o] Error 1
  189. make[2]: *** [/home/lebao3105/theos/makefiles/instance/library.mk:58: /home/lebao3105/Projects/sbaroverride/.theos/obj/debug/arm64e/SBarOverride.dylib] Error 2
  190. make[2]: *** Waiting for unfinished jobs....
  191. rm /home/lebao3105/Projects/sbaroverride/.theos/obj/debug/arm64/Tweak.x.m
  192. make[2]: *** [/home/lebao3105/theos/makefiles/instance/library.mk:58: /home/lebao3105/Projects/sbaroverride/.theos/obj/debug/arm64/SBarOverride.dylib] Error 2
  193. make[1]: *** [/home/lebao3105/theos/makefiles/instance/library.mk:43: internal-library-all_] Error 2
  194. make: *** [/home/lebao3105/theos/makefiles/master/rules.mk:146: SBarOverride.all.tweak.variables] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement