标签: xcode nativescript angular2-nativescript nativescript-angular nativescript-vue
是否可以在Xcode 10和Xcode 11 beta之间进行构建? 也许通过配置文件等编辑?
我已经安装了两者,并且需要在它们之间进行切换。 有可能吗?
答案 0 :(得分:1)
如果要在多个Xcode版本之间切换,xcode-select应该可以完成这项工作。
xcode-select
打印当前版本路径
xcode-select -p
切换
xcode-select -s path-to-different-version