Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am trying to run an application but not able to build an app, getting following error - /Applications/Xcode.app/Contents/Developer/usr/bin/ibtool failed with exit code 255

I have show and follow link to solved error but not solved this error.
The link is - Link-1, Link-2, Link-3

What I have tried:

Give the solution for solved this error!!!
Posted
Updated 30-Jun-16 20:49pm
Comments
PT Vyas 2-Mar-16 8:20am    
Re-start your xCode

1 solution

Solution 1 :

when testing on device and the only way to resolve it was to physically delete the app from the device (try deleting the app in the simulator) and restarting the simulator.

Try cleaning the app. Cmd-Shft-K. Reboot your Mac , Rebuild Your project ..

Solution 2 :

some times clean cache, delete Derived data folder.. etc. nothing happen.

let assume you and your team mate both work diff version of Mac. when you build that project it will presented with errors that ibtool failed with exit code 255 on the of the .xib files in the project. When I tried to open those files from within Xcode, it would crash.

To Fix those :

xib’s had a new attribute in some of the xml. For some of the views and labels in the file, there was an attribute of appearanceType="aqua". Removing all instances of this attribute fixed the problem.


Enjoy !! Happy Coding
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900