无法构建Objective-C模块' Uikit'

发布于 2025-01-24 14:17:28 字数 627 浏览 0 评论 0原文

一切正常,现在突然间我收到了此错误消息,无法在iPhone上构建我的应用程序。在模拟器中构建它,但在iPhone中却没有。

#import <UIKit/UIColor.h>
    ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:13:2: error: file '/Users/xxx/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/1ICTC4QF5R9QK/CoreImage-3096MN6AT838P.pcm' is not a valid precompiled module file
#import <CoreImage/CoreImage.h>
 ^
<unknown>:0: error: could not build Objective-C module 'UIKit'

这是我收到的错误消息。我已经清除了构建文件夹,重新启动了Mac。 我还能做什么来解决这个问题?

Everything was working fine and now all of a sudden I get this error message and cannot not build my app anymore on my iPhone. Building it in the simulator works, but not in the iPhone.

#import <UIKit/UIColor.h>
    ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:13:2: error: file '/Users/xxx/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/1ICTC4QF5R9QK/CoreImage-3096MN6AT838P.pcm' is not a valid precompiled module file
#import <CoreImage/CoreImage.h>
 ^
<unknown>:0: error: could not build Objective-C module 'UIKit'

This is the error message I am getting. I have already cleared the build folder, restarted my mac.
What else can I do to solve this issue?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文