cmake_error_on_xcode

Posted 细语细语

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了cmake_error_on_xcode相关的知识,希望对你有一定的参考价值。

1,

CMake Error at CMakeLists.txt:44 (project):
  No CMAKE_C_COMPILER could be found.

CMake Error at CMakeLists.txt:44 (project):
  No CMAKE_CXX_COMPILER could be found.


B000000045613:liuhanwork liuhan01$ xcrun -find c++
/Library/Developer/CommandLineTools/usr/bin/c++
B000000045613:liuhanwork liuhan01$ xcrun -find cc
/Library/Developer/CommandLineTools/usr/bin/cc





2,自己重装了xcode,修改原来默认路径

xcode-select: error: tool \'xcodebuild\' requires Xcode, but active developer
  directory \'/Library/Developer/CommandLineTools\' is a command line tools
  instance

B000000045613:Developer liuhan01$ ls
Applications    Makefiles    Toolchains    usr
Library        Platforms    Tools
B000000045613:Developer liuhan01$ pwd
/Applications/Xcode.app/Contents/Developer
B000000045613:bin liuhan01$ xcode
-select -p /Library/Developer/CommandLineTools B000000045613:Applications liuhan01$ sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer Password: B000000045613:Applications liuhan01$ B000000045613:Applications liuhan01$ xcode-select -p /Applications/Xcode.app/Contents/Developer

 



以上是关于cmake_error_on_xcode的主要内容,如果未能解决你的问题,请参考以下文章

VSCode自定义代码片段——CSS选择器

谷歌浏览器调试jsp 引入代码片段,如何调试代码片段中的js

片段和活动之间的核心区别是啥?哪些代码可以写成片段?

VSCode自定义代码片段——.vue文件的模板

VSCode自定义代码片段6——CSS选择器

VSCode自定义代码片段——声明函数