我最近升级了我的 Xcode 命令行工具,现在在编译升级前编译的东西时出现错误。
tools/px.c:7:10: fatal error: 'unistd.h' file not found
#include <unistd.h>
^~~~~~~~~~
在此升级之前,每当我安装新版本的 Xcode 时,我都必须安装命令行工具,另外
/Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg
最新升级后,该文件和包含它的目录不再存在。