【CLion小记】升级MacOS系统CLion项目出现xxx/usr/bin/c++:no such file or directory的解决方案
升级MacOS系统CLion项目出现xxx/usr/bin/c++:no such file or directory的解决方案
·
错误日志如下:
/Library/Developer/CommandLineTools/SDKs/MacOSXxx.xx.sdk'
/library/developer/commandlinetools/usr/bin/c++: no such file or directory
解决方案:
1. 删除项目根目录:cmake-build-debug
2. 右键项目-> Reload CMake Project,如下图:
更多推荐
所有评论(0)