我不知道我是如何修改 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 恢复为其原始形式?