意外修改了iOS SDK头文件,现在我无法在模拟器中编译

前端之家收集整理的这篇文章主要介绍了意外修改了iOS SDK头文件,现在我无法在模拟器中编译前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我不知道我如何修改iOS SDK文件,但 Xcode表示我已经做了.这是他们报道的.
fatal error: file '/Applications/Xcode 2.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFontDescriptor.h' has been modified since the precompiled header '/Users/m/Library/Developer/Xcode/DerivedData/ModuleCache/24CDWDK5BTYJE/UIKit.pcm' was built
note: after modifying system headers,please delete the module cache at '/Users/m/Library/Developer/Xcode/DerivedData/ModuleCache/24CDWDK5BTYJE'
1 error generated.

我试图找到这个DerivedData,但是不能.我也去组织者删除它,做了一个干净,即使那样,没有运气.

如何将此UIFontDescriptor.h还原到其原始格式?

解决方法

删除pcm文件

rm
“/Users/m/Library/Developer/Xcode/DerivedData/ModuleCache/24CDWDK5BTYJE/UIKit.pcm”

然后

Clean Project( Cmd+Shift+K)

问题解决

原文链接:https://www.f2er.com/iOS/337326.html

猜你在找的iOS相关文章