cp -R thirdparty/src/gtest/include/gtest thirdparty/include/ cp thirdparty/src/gtest/build/libgtest*.a thirdparty/lib/ /Library/Developer/CommandLineTools/usr/bin/make -C librime -f Makefile.xcode release cmake . -Bxbuild -GXcode -DBUILD_STATIC=ON -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON CMake Error: Xcode 1.5 not supported. CMake Error: Could not create named generator Xcode
If anyone know how fix this error, please tell me, thanks!!!
![]() | 1 meta 2018-07-21 15:26:23 +08:00 xcode 指错了地方,可以用 xcode-select 重新设定一下,例如 xcode-select -switch /Application/Xcode.app |
![]() | 2 jackytang520 2018-10-16 12:16:08 +08:00 我和编译报的错一样,只装了 XCode Command Line Tools 不行,需要把 Xcode 全部下载安装,好几个 g,要点时间 |