Reputation: 101
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
Reputation: 189
Did you mean?
sudo mv /System/Library/PrivateFrameworks/MobileDevice.framework saved
or
sudo rm /System/Library/PrivateFrameworks/MobileDevice.framework saved
Upvotes: 0
Reputation: 1766
Try this:
sudo mv /System/Library/PrivateFrameworks/MobileDevice.framework{,-saved}
Upvotes: 18
Reputation: 1
I just made it with:
sudo mv /System/Library/PrivateFrameworks/MobileDevice.framework /System/Library/PrivateFrameworks/MobileDevice.framework-saved
Upvotes: 0