CMake not compiling after macOS 10.14 Mojave update
已完成
After updating to macOS 10.14 Mojave my CLion applications are unable to compile. CMake says that it is unable to find the C/C++ compilers.

Does anyone have insight into what could be the problem? Thank you!
请先登录再写评论。
Problem solved: just download Command Line Tools (macOS 10.14) for Xcode 10. Hope that solves other people's problems.
https://developer.apple.com/download/more/
I am experiencing something similar, with spices. After updating the command-line-tools my compiler complains in a small project using gtest:
and of course, the header I right there (line 2 of the output):
do you have any advice?
thanks.
@Mandolesi Geo, please do Tools | CMake | Reset Cache and Reload Project.