LoginSignup
0
0

More than 3 years have passed since last update.

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

Last updated at Posted at 2020-02-12
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 はテキストファイルのファイル名に変更してください。

参考

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