[go: nahoru, domu]

Skip to content

Commit

Permalink
Add post
Browse files Browse the repository at this point in the history
  • Loading branch information
qiubaiying committed May 8, 2018
1 parent 7f00de3 commit 0e6f839
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions _posts/2018-05-05-切换Xcode命令行工具.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
layout: post
title: 切换Xcode命令行工具
subtitle: 简单的Xcode命令行工具切换笔记
date: 2018-01-04
author: BY
header-img: img/post-bg-BJJ.jpg
catalog: true
tags:
- Xcode
- iOS
---

## 安装

xcode-select --install

![](https://upload-images.jianshu.io/upload_images/545662-f9031dfcce085f8f.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/459)

## Xcode版本切换

### 显示当前使用的xocde版本

$ xcode-select --print-path

### 选择Xcode中的默认版本

$ sudo xcode-select -switch /Applications/Xcode.app

0 comments on commit 0e6f839

Please sign in to comment.