Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 4.6.3 crashing after installing xcode 6 beta

Tags:

xcode

I've installed Xcode 6 beta for tryout, and older 4.6.3 now crashing on start, I need it to work on enterprise app. Already tried to reinstall 4.6.3, removed 6, nothing helps. Is there any decision for that kind of problem?

like image 928
e.dimitrow Avatar asked Jun 04 '14 11:06

e.dimitrow


1 Answers

Try this:

sudo mv /System/Library/PrivateFrameworks/MobileDevice.framework{,-saved}
like image 181
Iron-Eagle Avatar answered Sep 23 '22 16:09

Iron-Eagle