3.0.1 OSX build fails. 3.0.0 build does not. (XCode 11.7)

Not sure what is going on.
It says “introduced in Mojave”, so to my understanding this should work, as my OSX version is high enough, no? Or did they remove something?
Screenshot 2021-04-27 at 22.15.05

I can ask an engineer to take a look.

1 Like

Thanks. I solved this already. I had two different XCode versions running on my system. Cmake used the wrong (older) one it seems. So even when I use XCode 11.7 afterwards, it reads the build files and assumed somehow that the OS is too low.
It worked with 3.0.0 because as you know 3.0.1 raised the limit to XCode 11.5.

I also can now build straight with Cocos directly without going to XCode.
That failed before, now I know why. Thanks again anyways.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.