Quantcast
Channel: cBlog
Viewing all articles
Browse latest Browse all 514

Command Line Toolsは最新だがbrew doctorでWarningが表示される場合

$
0
0

プログラミング言語が表示された画面が顔のキャラクターがうなだれているイラスト

最新のCommand Line Tools for Xcodeがインストールされているにもかかわらず、なぜかbrew doctorしたらアップデートするよう警告が出た。

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

もちろん、システム環境設定のソフトウェアアップデートには何もアップデートは表示されない。

この場合は、Command Line Toolsを再インストールすればいいようだ。

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

 

参考

swissmacuser.ch


Viewing all articles
Browse latest Browse all 514

Trending Articles