arkdb / inception

一个集审核、执行、备份及生成回滚语句于一身的MySQL自动化运维工具
GNU General Public License v2.0
1.86k stars 1.32k forks source link

CMake Error: Xcode 1.5 not supported #67

Open jianhaiqing opened 6 years ago

jianhaiqing commented 6 years ago

sh inception_build.sh debug Xcode CMake Error: Xcode 1.5 not supported.

CMake Error: Could not create named generator Xcode

AndrewChan2022 commented 5 years ago

my solution: rename Xcode-beta to Xcode

dovo329 commented 5 years ago

Instructions in here worked for me: https://wiki.vcmi.eu/How_to_build_VCMI_(macOS)

Basically

sudo /usr/bin/xcode-select --switch /Applications/Xcode_10.1.app

(I have multiple versions of Xcode so that's why it's not just Xcode.app)

Then try it again

By the way this worked for me on a difference project than inception, I didn't try it on inception, but I suspect it's the same problem for inception build.