Warning: Unbrewed header files were found in〜の対処法


Warning: Unbrewed header files were found in ...
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.

Unexpected header files:
...

と表示されたときの対処法です。


  1. ファイル一覧をコピー、テキストファイルにペーストして保存
  2. 以下のコマンドを実行
sudo xargs rm -v < list.txt

list.txt はテキストファイルのファイル名に変更してください。

参考