git cloneをしたら以下のエラーが出た。
git: error: unable to locate xcodebuild, please make sure the path to the Xcode folder is set correctly!
git: error: You can set the path to the Xcode folder using /usr/bin/xcode-select -switch
前まで問題なくgit cloneできていたのだが、多分macOSをmojaveに変更したことに原因がありそうだった。
調べたところxcode-select --install
を実行したら行けるようなことが書いてあった。
xcode-select: error: command line tools are already installed, use "Software Update" to install updates
しかしだめだった。
どうやらパスが通っていないようだった。
そこでsudo xcode-select -switch /Library/Developer/CommandLineTools
を実行したするとエラーがなくなった。
https://techracho.bpsinc.jp/hachi8833/2016_09_09/25454
https://apple.stackexchange.com/questions/254380/macos-mojave-invalid-active-developer-path
homebrewも使えない問題
brew update
を実行
Error: Failure while executing; `git config --local --replace-all homebrew.analyticsmessage true` exited with 71.
sudo xcode-select -s /Applications/Xcode-beta.app/Contents/Developer
を実行したらbrew update
でエラーは出なくなった。
まとめ
ダークモードにしたいからって、早まってmojaveにアップデートすると良くない。いろいろ弊害が出る。