【发布时间】:2013-10-20 14:08:10
【问题描述】:
我在模拟器和设备上运行我的应用程序没有任何问题。突然我得到这个错误:
fatal error: file '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UICollectionView.h' has been modified since the precompiled header '/Users/rashidasgari/Library/Developer/Xcode/DerivedData/ModuleCache/SWBH8ZAWBXAH/UIKit.pcm' was built
note: after modifying system headers, please delete the module cache at '/Users/rashidasgari/Library/Developer/Xcode/DerivedData/ModuleCache/SWBH8ZAWBXAH'
我尝试了任何我能找到的解决方案,但仍然没有运气。请注意,我尝试在另一台 MacBook 上运行该应用程序,一切正常,没有任何错误。
【问题讨论】:
-
顺便说一句,我找不到 '/Users/rashidasgari/Library/Developer/Xcode/DerivedData/ 文件夹。如果有人能告诉我如何找到这个文件夹,我会很高兴。
-
CMD+SHIFT+G 粘贴路径。 Library 文件夹不可见
标签: ios xcode compiler-errors