Xcode 9.1/9.2 beta immediately crashes on launch

本秂侑毒 提交于 2019-12-06 10:59:56

I had the same problem. In fact like you I also manually deleted the Developer folder (then I took a step further and like an idiot I also emptied the trash).

There is an easier way of fixing this problem than asking someone for their copy of PrivateFrameworks folder. You can just run XcodeSystemResources.pkg in order to setup PrivateFrameworks for you.

https://forums.developer.apple.com/thread/88570

I didn't reinstall the Xcode 9 but just ran the package /Applications/Xcode.app/Contents/Resources/Packages/XcodeSystemResources.pkg. And the Xcode 9 started to work.

 

XcodeSystemResources.pkg is supposed to be installed on the initial launch of Xcode.app. Can you explain why that wasn't the case? Did you manually delete /Library/Developer/PrivateFrameworks/CoreSimulator.framework? If you delete that after the first launch, Xcode doesn't know to reinstall those packages for you.

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