通过OS X终端进行Xcode命令

时间:2016-05-28 17:51:34

标签: xcode

我有Mac OS X个版本10.5.7,因此我下载了Xcode版本4.6.3并启动了它。

根据许多教程(例如this),我应该通过终端安装更多命令行工具: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

我进入Applications目录并尝试从那里运行命令,但结果相同。

事实上,通过以下命令显示的Applications目录的内容很奇怪:

~ cd Applications

~ ls
Chrome Apps.localized

我错过了什么或做错了什么?

0 个答案:

没有答案