XCode 4.6.3 crash everytime I open it on OS X 10.9.3

时光总嘲笑我的痴心妄想 提交于 2019-12-03 00:39:52
Jayprakash Dubey

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.

Try this:

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

KernelCrypto

Javi Campana's answer and Iron Eagle's ( Xcode 4.6.3 crashing after installing xcode 6 beta ) worked for me.

I believe the missing key point is running Xcode 4.6.3 directly after renaming the MobileDevice.framework.

Xcode 4.6 will then prompt you to install "Device Support" component.

Once installed, my Xcode 4.6.3 and Xcode 6 beta 2 worked again with MobileDevice.framework version 555.43 created Dec 21, 2014.

So it turns out Xcode 4.6 does not work with iTunes higher than 11.4.

Instructions how to downgrade you may find here: http://osxdaily.com/2014/10/26/downgrades-itunes-12/

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!