【问题标题】:/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool failed with exit code 255/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool 失败,退出代码为 255
【发布时间】:2016-02-23 04:48:40
【问题描述】:

我正在尝试运行应用程序但无法构建应用程序,出现以下错误 Snap is

我已显示并关注已解决错误的链接,但未解决此错误

Why am I getting ibtool failed with exit code 255?

(xcode 5) ibtool failed with exit code 255

Command /Applications/Xcode.app/Contents/Developer/usr/bin/ibtool failed with exit code 255

【问题讨论】:

  • 1.转到 Library --> Developer --> Xcode --> DerivedData 然后删除其中的所有文件夹。 2.然后清理项目并运行它就可以了。
  • @SibaPrasadHota,我也删除了派生数据,但没有解决这个问题 - /Applications/Xcode.app/Contents/Developer/usr/bin/ibtool failed with exit code 255 错误!!!

标签: ios objective-c xcode uiviewcontroller


【解决方案1】:

这发生在我们身上,我们清理缓存,删除派生数据文件夹..等等。没有任何反应。

以下步骤是否已修复,

  1. Open xib (nib) as Source Code (右键单击 xib Open As > 来自 Xcode 的源代码或使用 TextEdit 打开它)
  2. 删除这个appearanceType="aqua"
  3. 使用 Xcode 保存并打开

更多解释请使用article,它可以帮助我们解决问题。

【讨论】:

  • @vyas 如果这是正确答案而不是接受它作为正确答案。
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2012-05-09
  • 2018-05-10
  • 1970-01-01
  • 2012-01-26
  • 2017-08-27
相关资源
最近更新 更多