Я пытался rvm install 1.9.3
, но получил следующие ошибки:
+requirements_osx_brew_update_system:8> typeset 'ret=1'
+requirements_osx_brew_update_system:9> rvm_error $'\nXcode version older than 4.6.2 installed, download and install newer version from:\n\n http://connect.apple.com\n\nAfter installation open Xcode, go to Downloads and install Command Line Tools.\n'
+rvm_error:2> rvm_pretty_print stderr
+rvm_pretty_print:2> case auto (0|no)
+rvm_pretty_print:2> case auto (1|auto)
+rvm_pretty_print:7> case xterm-256color (dumb|unknown)
+rvm_pretty_print:10> case stderr (stdout)
+rvm_pretty_print:10> case stderr (stderr)
+rvm_pretty_print:12> [[ -t 2 ]]
+rvm_pretty_print:12> return 1
+rvm_error:4> printf %b $'\nXcode version older than 4.6.2 installed, download and install newer version from:\n\n http://connect.apple.com\n\nAfter installation open Xcode, go to Downloads and install Command Line Tools.\n\n'
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.
+requirements_osx_brew_update_system:16> return 1
Моя версия xcode - Версия 10.1, поэтому я не думаю, что причина в этом.Я предполагаю, что мой текущий xcode слишком новый для ruby 1.9.3.
Есть ли обход?