Mac で brew install rbenv ruby-build した場合にでたエラー。
==> Installing rbenv dependency: ruby-build
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
Error: An exception occurred within a child process:
CompilerSelectionError: ruby-build cannot be built with any available compilers.
Install GNU's GCC:
brew install gcc
xcode-select --install
参考サイト
macOSアップデート後の『xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)...』の対処法 - Qiita
macOS High SierraからMojaveにアップデート後、gitコマンドを利用しようとしたら以下のエラーが出ました。xcrun: error: invalid active develo…
コメント