LoginSignup
0
0

More than 3 years have passed since last update.

"brew doctor"で"A newer Command Line Tools release is available."と出るがアップデートが無い場合

Posted at

症状

brew doctorを実行すると、コマンドラインツールズが最新化されているにも関わらず、最新になっていない旨のメッセージが出る。
ソフトウェアアップデートには何も出てこない。

$ brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!

Warning: A newer Command Line Tools release is available.
Update them from Software Update in System Preferences or
https://developer.apple.com/download/more/.

対処

削除してから再インストール

$ sudo rm -rf /Library/Developer/CommandLineTools
$ xcode-select --install

参考

$ brew doctor «A newer Command Line Tools release is available» but Software Update cannot find it – Swiss Mac User 

0
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
0
0