2015-04-20 32 views
2

我的项目在Xcode版本6.1.1中正常工作。我已将Xcode升级到6.2,并试图为iOS8构建相同的项目。它给了我以下错误: Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/ibtool failed with exit code 255使用Xcode 6.2获取ibtool失败,错误代码为255

我曾跟随在下面的链接

Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/ibtool failed with exit code 255 

等给出的建议:
一个。删除我的应用程序并重新启动它
b。清理该项目并构建
c。检查xib文件错误

仍然收到相同的错误。
但是,如果我恢复到以前的Xcode版本,它工作正常。

+0

错误是什么?它应该在构建日志 – l0gg3r

+0

在构建日志中,对于其中一个xib文件,我看到问题 - > CompileXIB TermsAndConditionsTVC/TableViewCells/FooterPromptCell.xib提示错误消息 - Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/ibtool失败,退出代码为255 – shri

+0

@odemolliens你能上传导致问题的xib文件吗?那里可能有一个不受支持的标签或配置。 – JAL

回答

1

喜也面临同样的问题:

尝试这个它会为我的作品:

创建项目

的ZipFile中,当你接近的Xcode 6.1

提交您的Xcode项目。

当打开Xcode 6.2时

放弃所有更改。

运行Code.It将工作。

这是Xcode StoryBoard问题。

相关问题