0

I am trying to run an application but not able to build an app, getting following error Snap is

enter image description here

I have show and follow link to solved error but not solved this error

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

Community
  • 1
  • 1
PT Vyas
  • 722
  • 9
  • 31
  • 1. Goto Library --> Developer --> Xcode --> DerivedData then delete all the folders in it. 2. Then Clean the project and run it will work. – Siba Prasad Hota Feb 23 '16 at 05:45
  • @SibaPrasadHota, I have also remove the Derived data but not solved this - `/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool failed with exit code 255` error!!! – PT Vyas Feb 23 '16 at 05:47

1 Answers1

1

This happen to us and we clean cache, delete Derived data folder.. etc. Nothing happen.

Below steps did it fix,

  1. Open xib (nib) as Source Code (Right click on the xib Open As > Source Code from Xcode or open it using TextEdit)
  2. remove this appearanceType="aqua"
  3. save and open using Xcode

For more explain use this article, it help us to fix the issue.

Pramod Tapaniya
  • 1,228
  • 11
  • 30