Flutter-升级Xcode后构建iOS报错

代码什么都没改动,貌似只是升级了下Xcode,构建iOS就一直报错,错误有时候还不一样。

复制代码
Swift Compiler Error (Xcode): Unable to rename temporary '/Users/admin/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/2ZBFEEPIDQ0EY/CoreImage-2ADU88VB0BY2P-27cd3ef4.pcm.tmp' 
to output file '/Users/admin/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/2ZBFEEPIDQ0EY/CoreImage-2ADU88VB0BY2P.pcm': 
'No such file or directory'  Swift Compiler Error (Xcode): Could not build module 'CoreImage' 

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/
iPhoneSimulator18.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:12:8

stat cache file '/Users/admin/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/
iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache' not found

AI&Google各种问,都说是DerivedData缓存的问题,让删缓存。

折腾了一上午都搞不定。

最后看到了这个,成功解决。

https://stackoverflow.com/questions/79118572/xcode-16-and-ios-18-project-not-compiling

相关推荐
0wioiw05 小时前
Apple基础(Xcode②-Flutter结构解析)
flutter·macos·xcode
0wioiw05 小时前
Apple基础(Xcode④-Flutter-Platform Channels)
flutter·macos·xcode
bytebeats8 小时前
Flutter中的`InkWell`组件使用示例
flutter
Steven Hank8 小时前
Flutter 替换镜像源
flutter
CocoaKier9 小时前
推荐一个历代iPhone设备型号网站,比维基百科好用
ios·apple
叽哥9 小时前
dart学习第 16 节:库与包管理 —— 高效开发的关键
flutter·dart
笑尘pyrotechnic10 小时前
自动布局视图来实现聊天室的界面
ui·ios·objective-c
程序员老刘10 小时前
为什么暂时不推荐Qwen3-Coder?
flutter·程序员·ai编程
2501_9159090610 小时前
Charles中文版使用教程 高效抓包与API调试常见问题处理
android·ios·小程序·https·uni-app·iphone·webview
叽哥14 小时前
dart学习第 8 节:面向对象(下)—— 继承与多态
flutter·dart