问题: /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/stdlib.h:20:15: fatal error: 'stdlib.h' file not found #include_next <stdlib.h> ^~~~ Read More
编译东西的时候遇到 fatal error: 'string.h' file not found 解决办法 删除自己添加的llvm之类的环境变量 删除旧的xcode command line tools, 一般在 /Applications/Xcode.app/Contents/Developer/ Read More