我安装了XCode 7 Beta,当我打开游乐场时说:
Playground执行已终止,因为该进程意外停止。
我在终端跑了swift,它说:
Apple Swift 1.2版(swiftlang-602.0.53.1 clang-602.0.53) 目标:x86_64-apple-darwin15.0.0
如何将我的swift版本更新为2?
答案 0 :(得分:5)
如果安装了不同的Xcode IDE副本,则会发生这种情况
使用xcode-select
命令行实用程序选择您想要使用的Xcode版本
$ xcode-select --switch /path/to/the/Xcode