檢視xcode&instruments版本以及版本切換
一、檢視xcode版本
【1】方法一:命令列檢視
xcodebuild -version
輸出結果如下:
Xcode 7.1.1
Build version 7B1005
【2】方法二:開啟xcode,工具欄:xcode->about xcode參考文件:
http://jingyan.baidu.com/article/d621e8da36396d2865913f9b.html
二、檢視instruments版本
【1】方法一:命令列輸入:instruments
輸入結果如下:
instruments, version 7.1.1 (59040)
usage: instruments [-t template] [-D document] [-l timeLimit] [-i #] [-w device] [[-p pid] | [application [-e variable value] [argument ...]]]
【2】方法二:開啟instruments,工具欄:instruments->about instruments
三、開啟模擬器Simulator
【1】方法一:xcode ->open developer tool ->simulator
【2】方法二:xcode編譯工程,選擇模擬器,編譯完成後,模擬器自動啟動
四、切換xcode版本
xcode-select 命令
如:sudo xcode-select --switch /Applications/Xcode5.0.2.app/
Options:
-h, --help print this help message and exit
-p, --print-path print the path of the active developer directory
-s <path>, --switch <path> set the path for the active developer directory
--install open a dialog for installation of the command line developer tools
-v, --version print the xcode-select version
-r, --reset reset to the default command line tools path
說明:
1、使用xcode-select -s來指定xcode路徑
2、instruments隨xcode版本的切換而同步更新