CMakeError.log 692 B

12345678910111213141516171819202122
  1. Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
  2. Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
  3. Build flags:
  4. Id flags:
  5. The output was:
  6. 1
  7. ld: library not found for -lSystem
  8. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  9. Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
  10. Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
  11. Build flags:
  12. Id flags:
  13. The output was:
  14. 1
  15. ld: library not found for -lc++
  16. clang: error: linker command failed with exit code 1 (use -v to see invocation)