所以我正在尝试为xcode安装命令行工具,我一直听到这个
xcode-select --install
所以我得到以下输出。
xcode-select --install
Usage: xcode-select -print-path
or: xcode-select -switch <xcode_folder_path>
or: xcode-select -version
Arguments:
-print-path Prints the path of the current Xcode folder
-switch <xcode_folder_path> Sets the path for the current Xcode folder
-version Prints xcode-select version information
我注意到在我朋友的comp中,它正在工作fine。
那怎么了?我需要切换路径??