首页 > 移动平台 > 详细

如果不小心修改了系统SDK文件,编译无法通过改怎么办?(iOS开发)

时间:2014-12-16 13:29:48      阅读:329      评论:0      收藏:0      [点我收藏+]
 工程报如下错误:

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开发)

原文:http://blog.csdn.net/u011344883/article/details/41958525

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!