Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XCode 4.6.3 crash everytime I open it on OS X 10.9.3

I updated Mavericks 10.9.2 to 10.9.3 and downloaded Xcode 6 beta. One of my project is still in Xcode 4.6.3. So now whenever I open this project Xcode crashes with the following pop up.

enter image description here

It was working fine in OS X 10.9.2. Is it OS related issue? Please help

like image 550
Deepak Singh Negi Avatar asked Jun 08 '14 11:06

Deepak Singh Negi


1 Answers

I had similar issue. This can be fixed using

`sudo mv /System/Library/PrivateFrameworks/MobileDevice.framework{,-saved}`

This will ask for system component installation and then Xcode starts working.

I recommend to use latest version of Xcode 6.x.

Issue encounteredAdditional component for Xcode 4.x

Installation processInstalling file

like image 149
4 revs Avatar answered Oct 03 '22 03:10

4 revs