创建新项目时Xcode崩溃,我尝试了以下解决方案
- 重置 Xcode 首选项
defaults delete com.apple.dt.Xcode
- 重新启动 Mac OS X
- 将 Mac OS X 更新到 10.11 Beta (15A216g)
当 Xcode beta 5 工作正常时,问题仍然存在。
创建新项目时Xcode崩溃,我尝试了以下解决方案
defaults delete com.apple.dt.Xcode
当 Xcode beta 5 工作正常时,问题仍然存在。
从本文档的已知问题部分:
在 OS X El Capitan 上创建新项目需要开发人员 beta 7 或更高版本。(22263243)
如果可能的话,我建议您更新到最新的测试版,这肯定会解决问题。但是您也可以使用 beta 5 创建项目,然后使用 beta 6 对其进行编辑
Since Xcode 7 is currently in beta, there's a good chance of coming across random issues like this.
Do you necessarily need to use Xcode 7 beta 6?
If not, it is probably not worth trying to fix yourself. If you need to create a new project, try creating it with Xcode 7 beta 5 (since you mentioned it works), and then open the newly created project in Xcode 7 beta 6.