Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode bug after crash

Tags:

xcode

ios

xcode8

While I was creating a build to test on my iPhone xcode 8 crashed, when I re-opened xcode all of a sudden this error came about from no where.

Command /Applications/Xcode.app/Contents/Developer/usr/bin/ibtool failed with exit code 255. The tool may have crashed. Please file a bug report at http://bugreport.apple.com with the above output and attach any crash logs for ibtool, ibtoold, Xcode, and Interface Builder Cocoa Touch Tool created around the time of this failure. These logs can be found in ~/Library/Logs/DiagnosticReports or /Library/Logs/DiagnosticReports.

Can any one tell me how to resolve this.

like image 721
Ahsan Imtiaz Avatar asked Oct 10 '16 15:10

Ahsan Imtiaz


People also ask

How do I find out which app is causing problems on my iPhone?

Open the Console app, from Applications > Utilities in Finder. Select Crash Reports. Locate crash reports for your app in the list. Logs are listed by your app's binary name.

Can I use Xcode on Windows?

Given that Xcode works only on macOS, a solution to get Xcode on Windows would be to install macOS on a Windows PC by means of a virtualization app such as VMware or VirtualBox. Using a virtualization platform provides users with the full functionality of Xcode on your Windows machine.


1 Answers

I deleted anything related to my project from

~/Library/Developer/Xcode/DerivedData

and it seems to work now.

like image 82
Ahsan Imtiaz Avatar answered Oct 21 '22 23:10

Ahsan Imtiaz