本文主要是介绍如果不小心修改了系统SDK文件,编译无法通过改怎么办?(iOS开发),希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
工程报如下错误:
fatal error: file '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/
Developer/SDKs/iPhoneSimulator8.0.sdk/usr/include/sysexits.h' has been modified since the
precompiled header '/Users/Lycros/Library/Developer/Xcode/DerivedData/ModuleCache/NZL05J5PKZ6B/
***.pch.pch' was built
解决方式如下:
Quit Xcode and remove everything in the module cache located here:
~/Library/Developer/Xcode/DerivedData/ModuleCache (删除该文件中的缓存即可)
The cache that was built with a previous version of Xcode is invalid for this version of Xcode and SDK, and that is causing your error
这篇关于如果不小心修改了系统SDK文件,编译无法通过改怎么办?(iOS开发)的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!