1. ホーム
  2. xcode

[解決済み] El Capitanにアップグレードした後、Invalid active developer pathエラーが発生する。

2023-01-10 03:36:21

質問

gitにプッシュしようとして、git initと入力すると、このようなエラーに遭遇しました。

xcrun: error: invalid active developer path

(/Library/Developer/CommandLineTools) で、xcrun が見つかりません。 /Library/Developer/CommandLineTools/usr/bin/xcrun に xcrun がありません。

以下の解決策を試しました。

xcode-select —install
sudo xcode-select -switch
sudo xcode-select —install
brew doctor
brew update
brew upgrade
brew cleanup

どのように解決するのですか?

これだけでOKです。

$ xcode-select --install