XCode 4.6.3 crash everytime I open it on OS X 10.9.3

后端 未结 4 1286
清酒与你
清酒与你 2021-02-04 20:00

I updated Mavericks 10.9.2 to 10.9.3 and downloaded Xcode 6 beta. One of my project is still in Xcode 4.6.3. So now whenever I open this project Xcode crashes with the following

4条回答
  •  执念已碎
    2021-02-04 20:22

    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.

    Issue encountered Additional component for Xcode 4.x

    Installation process Installing file

提交回复
热议问题