e.dimitrow
e.dimitrow

Reputation: 101

Xcode 4.6.3 crashing after installing xcode 6 beta

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?

Upvotes: 9

Views: 2256

Answers (3)

Mossila
Mossila

Reputation: 189

Did you mean?

sudo mv /System/Library/PrivateFrameworks/MobileDevice.framework saved

or

sudo rm /System/Library/PrivateFrameworks/MobileDevice.framework saved

Upvotes: 0

Iron-Eagle
Iron-Eagle

Reputation: 1766

Try this:

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

Upvotes: 18

Enrico Zeffiro
Enrico Zeffiro

Reputation: 1

I just made it with:

sudo mv /System/Library/PrivateFrameworks/MobileDevice.framework /System/Library/PrivateFrameworks/MobileDevice.framework-saved

Upvotes: 0

Related Questions