我实际上是在尝试使用RVM在我的 OSX 10.7.5 上更新 ruby ,然后输入以下命令:
rvm install ruby
我得到以下回复:
Searching for binary rubies, this might take some time.
Checking requirements for osx.
Installing requirements for osx.
Updating system.......
Error running 'requirements_osx_brew_update_system ruby-2.0.0-p247',
please read /Users/username/.rvm/log/1381215459_ruby-2.0.0-p247/update_system.log
Requirements installation failed with status: 1.
然后,当我检查 时update_system.log
,它显示了一个名为 的函数的实际代码requirements_osx_brew_update_system()
,其中包含以下错误消息:
Xcode version older than 4.6.2 installed, download and install newer version from:
http://connect.apple.com
After installation open Xcode, go to Downloads and install Command Line Tools.
然后我继续寻找 Xcode 的更新,但只找到了最新的 Xcode 5.0,这显然与我的 OSX 10.7 不兼容。虽然最终我的目标是更新 ruby 并安装 rails,我相信还有很多其他方法可以做到,但我仍然想知道是否可以在我的 OSX 10.7 上安装 Xcode 4.6.2。