sevenFLiP
sevenFLiP

Reputation: 188

Interface Builder keeps on crashing

I decided to give iPhone development a try but whenever I open Interface Builder either thru xcode by opening an xib file or manually starting it, the application keeps on crashing. I tried re-installing it multiple times but to no avail. I desperately need your help guys.

Below is the error description from the stacktrace:

Process:         Interface Builder [400]
Path:            /Developer/Applications/Interface Builder.app/Contents/MacOS/Interface Builder
Identifier:      com.apple.InterfaceBuilder3
Version:         3.2.5 (823)
Build Info:      InterfaceBuilder-8230000~6
Code Type:       X86-64 (Native)
Parent Process:  launchd [229]


*** Terminating app due to uncaught exception 'IBAssertionFailure', reason: 'Interface Builder encountered an error communicating with the iPhone Simulator. "Interface Builder Cocoa Touch Tool" (380) failed to launch and exited with status 5. Please check Console.app for crash reports for "Interface Builder Cocoa Touch Tool" for further information.'
*** Call stack at first throw:

Please help. :(

Upvotes: 2

Views: 1304

Answers (1)

Adrian Sarli
Adrian Sarli

Reputation: 2356

Did you completely uninstall? Try using this command, if you haven't already:

sudo <Xcode>/Library/uninstall-devtools --mode=all

where is the path to xcode. ie. /Developer

Upvotes: 1

Related Questions