ibtool failed ...: Interface Builder error communicating with simulator
hi, i have 2 pc's. one desktop, one latop.
in both i have always successfully compiled my project, but 2 days ago on the latop i have this:
even if i build on device.
here is the screenshot
![[Image: schermata112455868alle2.jpg]](http://img706.imageshack.us/img706/659/schermata112455868alle2.jpg)
Uploaded with ImageShack.us
in both i have always successfully compiled my project, but 2 days ago on the latop i have this:
Code:
ibtool failed with exception: Interface Builder encountered an error communicating with the iPhone Simulator. If you choose to file a crash report
here is the screenshot
![[Image: schermata112455868alle2.jpg]](http://img706.imageshack.us/img706/659/schermata112455868alle2.jpg)
Uploaded with ImageShack.us
solved with this:
Then go to Macintosh HD, then go to Applications folder inside that is another folder called Utilities inside that is an application called Disk Utility.
Double click on that and when it opens you will see your hard drive (usually Macintosh HD) on the left. Highlight your hard drive and click on Verify Disk on the right.
If that is OK click on Repair Permissions. If Verify Disk is not OK try to Repair.
who read this topic, there are other solution i have not tested, i reported here if someone go to my same problem:
$ ln -s /Users/Developer.SnowLeopard/Platforms /Developer/Platforms
restore some hotfix softlinks:
$ dir=/Users/Developer.SnowLeopard $ sudo
ln -s $dir/Platforms /Developer/Platforms $ sudo ln -s [...]
Then go to Macintosh HD, then go to Applications folder inside that is another folder called Utilities inside that is an application called Disk Utility.
Double click on that and when it opens you will see your hard drive (usually Macintosh HD) on the left. Highlight your hard drive and click on Verify Disk on the right.
If that is OK click on Repair Permissions. If Verify Disk is not OK try to Repair.
who read this topic, there are other solution i have not tested, i reported here if someone go to my same problem:
$ ln -s /Users/Developer.SnowLeopard/Platforms /Developer/Platforms
restore some hotfix softlinks:
$ dir=/Users/Developer.SnowLeopard $ sudo
ln -s $dir/Platforms /Developer/Platforms $ sudo ln -s [...]
Possibly Related Threads...
Thread: | Author | Replies: | Views: | Last Post | |
MVC woes in Xcode/Interface Builder | Meh123 | 4 | 6,441 |
Jan 14, 2009 10:04 PM Last Post: SethWillits |
|
Picture in Interface Builder | skyhawk | 1 | 4,135 |
Jun 15, 2006 02:10 PM Last Post: OneSadCookie |
|
"Command /.../jam failed with exit code 1"- huh? | Joseph Duchesne | 2 | 7,479 |
Mar 29, 2006 09:32 AM Last Post: socksy |