xcode building stat cache file not found
问题是 flutter 项目 iOS 打包的时候出现的问题,遇到了两次所以记录下,解决还是很简单的;
ps: Xcode 为什么这么多 trick
一句话总结
I have found a workaround - change the location of DerivedData folder in Xcode Workspace settings (File -> Workspace Settings) to something else.
flutter - Xcode 16 and iOS 18 project not compiling - Stack Overflow