We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f00de3 commit 0e6f839Copy full SHA for 0e6f839
_posts/2018-05-05-切换Xcode命令行工具.md
@@ -0,0 +1,28 @@
1
+---
2
+layout: post
3
+title: 切换Xcode命令行工具
4
+subtitle: 简单的Xcode命令行工具切换笔记
5
+date: 2018-01-04
6
+author: BY
7
+header-img: img/post-bg-BJJ.jpg
8
+catalog: true
9
+tags:
10
+ - Xcode
11
+ - iOS
12
13
+
14
+## 安装
15
16
+ xcode-select --install
17
18
+
19
20
+## Xcode版本切换
21
22
+### 显示当前使用的xocde版本
23
24
+ $ xcode-select --print-path
25
26
+### 选择Xcode中的默认版本
27
28
+ $ sudo xcode-select -switch /Applications/Xcode.app
0 commit comments