2

我正在尝试在 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
4

3 回答 3

5

安装 Mavericks 后,我遇到了类似的问题。在命令行中输入这个对我有用:

xcode-选择--安装

安装最新版本的命令行工具;无需处理ADC!

于 2013-10-24T01:13:25.893 回答
0

Xcode 5.0.1 解决了 Ruby 标头问题。它目前可从 Apple 的开发者网站获得。

于 2013-10-20T16:15:32.533 回答
0

第一的

xcode-select --switch /Applications/Xcode.app/Contents/Developer

然后,由于mavericks还没有发布,所以Ruby头文件有bug。

您应该 使用 Xcode5 DP 版本尝试此解决方案https://gist.github.com/goshakkk/5763489 。

于 2013-09-23T23:51:52.003 回答