Storyboard ibtool在Xcode 6-Beta中失败,退出代码为255

Storyboard ibtool在Xcode 6-Beta中失败,退出代码为255,storyboard,interface-builder,swift,xcode6,Storyboard,Interface Builder,Swift,Xcode6,当我试图在设备或模拟器中运行应用程序时,我不断收到此错误消息 错误: Command /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/ibtool failed with exit code 255 我已经清理了项目,重新启动,删除了派生数据,但我还是得到了上面的错误消息 如有任何建议或暗示,将不胜感激 谢谢。在部署信息中,选择“iPhon

当我试图在设备或模拟器中运行应用程序时,我不断收到此错误消息

错误:

Command /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/ibtool failed with exit code 255
我已经清理了项目,重新启动,删除了派生数据,但我还是得到了上面的错误消息

如有任何建议或暗示,将不胜感激


谢谢。

在部署信息中,选择“iPhone”等设备而不是“Universal”。

只需取消选中“使用自动布局”并构建项目即可


如果要继续使用自动布局,请再次选中使用自动布局选项。

与xcode 7b4相同的问题。从xib中删除
translatesAutoResizengMaskintoConstraints=“NO”
对我的情况很有帮助

取消选中,构建并运行,然后重新检查,构建并运行,一切都恢复正常。谢谢