新Xcode 7.1中有100多个警告?

时间:2015-11-11 09:15:39

标签: ios xcode compiler-warnings

我已更新最新版本的Xcode 7.1。我收到了大约100多个编译器警告。

示例:

warning: /Users/2141/Library/Developer/Xcode/DerivedData/ModuleCache/2GQZ88U0K6E0E/ObjectiveC-2CD0WTQVXITO7.pcm: No object file for requested architecture
while processing /Users/mohideen-2141/Library/Developer/Xcode/DerivedData/NoteBook-bldlsbruffeylydfevskmbnsmjfm/Build/Products/Debug-iphoneos/libAFNetworking.a(AFURLRequestSerialization.o):

3 个答案:

答案 0 :(得分:6)

要删除派生数据,请在Finder顶部栏中按住Alt键单击“开始”。然后选择“Library”,导航到Developer / Xcode / DerivedData并删除整个文件夹。

答案 1 :(得分:2)

删除您的派生数据,对于初学者

答案 2 :(得分:2)

在命令行上:

sudo rm -rf ~/Library/Developer/Xcode/DerivedData/