問(wèn)題: /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
編譯東西的時(shí)候遇到 fatal error: 'string.h' file not found 解決辦法 刪除自己添加的llvm之類的環(huán)境變量 刪除舊的xcode command line tools, 一般在 /Applications/Xcode.app/Contents/Developer/ Read More