在尝试安装rb-fsevent gem时得到了这个:
fsevent/fsevent_watch.c:1:10: fatal error: 'stdio.h' file not found
#include <stdio.h>
^
答案 0 :(得分:3)
运行此命令:
sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/
然后编译就可以了。