且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

每当我在OS X 10.9.3上打开XCode 4.6.3时,它就会崩溃

更新时间:2023-12-04 08:37:58

我遇到了类似的问题。可以使用

I had similar issue. This can be fixed using

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

这将要求安装系统组件,然后Xcode开始工作。

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

我建议使用最新版本的Xcode 6.x。