我正在尝试使用 Xcode 4.3.2 在 Mac OS X 10.7.3 上构建 dtrace。但是,运行 xcodebuild 会给我以下错误。
~/dtrace-90/libelf/ar.c:34:16:错误:ar.h:没有这样的文件或目录 ~/dtrace-90/libelf/ar.c:35:20:错误:stdlib.h:没有这样的文件或目录
为什么 xcodebuild 找不到自己的标准头文件?
我已经完成了:sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
谢谢!