Skip to content

Files

Latest commit

Aug 11, 2024
c8f118c · Aug 11, 2024

History

History
28 lines (20 loc) · 570 Bytes

2018-05-05-Xcode命令行工具管理.md

File metadata and controls

28 lines (20 loc) · 570 Bytes
layout title subtitle date author header-img catalog tags
post
Xcode命令行工具管理
如何切换Xcode命令行工具
2018-05-05
BY
img/post-bg-kuaidi.jpg
true
Xcode
iOS

安装

xcode-select --install

Xcode版本切换

显示当前使用的xocde版本

$ xcode-select --print-path

选择Xcode中的默认版本

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