Xcode 8上的Interface Builder XIB编译器错误

6 xcode objective-c ios xcode8 xcode9

切换到Xcode 9然后回到Xcode 8后,我的构建失败了,我收到了这个错误.我在Xcode 9上没有收到任何错误.

注意:我已经检查过:解决方案解决方案,但它不起作用.

为什么我收到此错误?

BasketTotalView.xib:内部错误.请在bugreport.apple.com上提交一个错误并附上"/ var/folders/dg/_yf1yfd15svdj48mrrlws5vw0000gp/T/IB-agent-diagnostics_2017-08-18_10-08-35_271000".

Yag*_*iya 19

Click on your .XIB file 

From Right side bar select "Show the file Inspector"

Go to "Interface Builder Document" section.

In "Open In" dropdown select Xcode 8.

Clear derived data, Build and Run. 

May this help you.
Run Code Online (Sandbox Code Playgroud)

  • 找不到`显示文件检查器'选项.简单的DerivedData清理工作 (3认同)
  • 是的,删除派生数据也适合我 - 破解错误消息感谢Apple ... (3认同)