我們的xcode使用版本可以根據xcode > preferences > locations
路徑檢視到正在使用的版本和該版本路徑。
我們本文介紹的是在終端使用xcode-select命令
根據需求修改使用的xcode版本。
在終端xcode-select可使用的命令如下:
1. xcode-select [-h, –help]
2. xcode-select [-p, –print-path]
3. xcode-select [-s , –switch ]
4. xcode-select [-v, –version]
5. xcode-select [-r, –reset ]
檢視xcode-select可使用命令,使用如下命令
xcode-select -h檢視當前正在使用的xcode版本路徑,使用如下命令orxcode-select --help
xcode-select -p檢視xcode-select版本orxcode-select --print-path
xcode-select -v重置為預設的command line tools pathorxcode-select --version
xcode-select -r修改xcode使用版本orxcode-select -reset
or
Xcode使用版本
xcode6中建立分類 協議等檔案的方法 xcode 5.1.1 與 xcode 6.0.1 的共存之路 現在在公司做ios開發的親們都在用哪個版本的xcode 我現在用的版本是 xcode6.0.1 xcde5.1.1 你可能會問為什麼會裝兩個xcode版本,那麼我告訴你有的公司甚至裝3個!還有乙...
Git使用 版本回退
c users administrator documents github learngit master git log commit 06da0ffc8ff902d1b7d55968dd2822a6e0cc7ac9 author tryking 260119064 qq.com date th...
node npm 安裝的版本並非使用版本
現象 npm install n n stable 獲取最新版本的node 之後,node version npm version 仍然是原來的低版本.產生原因 which node which npm 可以看到當前正在使用的node npm 版本的目錄 usr bin npm 我們在全域性環境中使...