Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ibtool failed with exit code 255 in Xcode 6-Beta

I am constantly getting this error message while i am trying to run Application in device or Simulator.

Error :

Command /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/ibtool failed with exit code 255

I have cleaned project, Restart again, removed derived data as well still i am getting above error msg.

Any suggestions or hint will be highly appreciated.

Thanks.

like image 599
cyberlobe Avatar asked Jun 27 '14 06:06

cyberlobe


2 Answers

In the Deployment Info, choose devices like "iPhone" instead of "Universal".

like image 118
KMursi Avatar answered Oct 16 '22 13:10

KMursi


Just uncheck use AutoLayout and build the project.

If you want to continue with AutoLayout then again check use autoLayout option.

like image 34
Dheeraj Singh Avatar answered Oct 16 '22 11:10

Dheeraj Singh