1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)...エラーの対処法

Last updated at Posted at 2019-10-19

いつものようにgitにpushしようとしたら

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

という何やら意味不明なエラーが。
いつものコマンド打っただけなのに何で?と思い調べてみたらOSのアップデートが関係してるっぽい。
昨日MojaveからCatalinaにアップデートしたのでそれがどうやら原因のようだ。

上記記事を参考に

$ xcode-select --install

を実行。
これはMacのCommand Line Developer Toolsを手動でインストールするコマンド?
するとCommand Line Developer Toolsのアップデートが始まる。

アップデート終了後もう一度Gitのコマンドを打つと問題なく動作しました。
Catalinaにアップデート後にこのようなエラーが出たら参考にしてみてもらえると良いかと思います。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?