Mac OS找不到/usr/include文件夹的解决办法

Mojave最新解决方案:
终端执行:

xcode-select --install
#完成后执行
sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target /

若执行 xcode-select --install 出现错误:

xcode-select: error: command line tools are already installed, use "Software Update" to install updates

解决办法:

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

如果提示权限不够那么加上sudo

上一篇:html标签,格式控制标签,内容容器标签,超链接标签,图片标签,表格


下一篇:ncat