inception icon indicating copy to clipboard operation
inception copied to clipboard

CMake Error: Xcode 1.5 not supported

Open jianhaiqing opened this issue 6 years ago • 2 comments

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

CMake Error: Could not create named generator Xcode

jianhaiqing avatar Mar 31 '18 11:03 jianhaiqing

my solution: rename Xcode-beta to Xcode

AndrewChan2022 avatar Nov 12 '18 09:11 AndrewChan2022

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.

dovo329 avatar Feb 25 '19 21:02 dovo329