PT Vyas
PT Vyas

Reputation: 704

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

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

Upvotes: 0

Views: 2196

Answers (1)

Pramod Tapaniya
Pramod Tapaniya

Reputation: 1266

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.

Upvotes: 1

Related Questions