12345678910111213141516171819202122 |
- Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
- Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
- Build flags:
- Id flags:
- The output was:
- 1
- ld: library not found for -lSystem
- clang: error: linker command failed with exit code 1 (use -v to see invocation)
- Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
- Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
- Build flags:
- Id flags:
- The output was:
- 1
- ld: library not found for -lc++
- clang: error: linker command failed with exit code 1 (use -v to see invocation)
|