我正在尝试在 Ruby 2.0.0 上安装 Nokogiri gem,同时使用 Mavericks 10.9 和 Xcode 5,但我一直收到错误
You have to install development tools first
我从 Apple 的开发者网站下载并安装了 Mavericks 的命令行工具,所以我不太确定问题出在哪里。
我已经尝试过这个问题的解决方案,但是当输入xcode-select --install
到终端时,我只是在 --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