使用Xcode 6 beta 5编译故事板文件时出错

使用Xcode 6 beta 5编译故事板文件时出错

问题描述:

我的应用程序在Xcode 6 Beta 4中正常运行。我今天更新到Beta 5并遇到2个错误:

My app was building fine in Xcode 6 Beta 4. I updated to Beta 5 today and ran into 2 errors:

文件Storyboard_iPad-SBPartialInfo.plist因为没有这样的文件而无法打开。

The file "Storyboard_iPad-SBPartialInfo.plist" couldn’t be opened because there is no such file.

命令/Applications/Xcode6-Beta5.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr / bin / ibtool失败,退出代码为255

Command /Applications/Xcode6-Beta5.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/ibtool failed with exit code 255

什么是SBPartialInfo.plist?我无法通过聚光灯搜索它。我的故事板文件是storyboard_iphone和storyboard_ipad

What is that SBPartialInfo.plist? I could not search for it via spotlight. My Storyboard files are storyboard_iphone and storyboard_ipad

升级到Beta5后我也遇到以下错误:

I was also experiencing the following error after upgrading to Beta5:

命令/Applications/Xcode6-Beta5.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/ibtool失败,退出代码为255

通常情况下,退出并重新打开Xcode似乎解决了这个问题。

As is often the case, quitting and reopening Xcode seems to have fixed the issue.