Skip to content

Updating Xcode causes build to fail #2597

Closed Answered by rahuliyers
rahuliyers asked this question in Q&A
Discussion options

You must be logged in to vote

It seems that when creating a project in Axmol, the CMakeCache.txt file hardcodes the sdk used. In my case 18.4. When I updated Xcode, Xcode removed the old sdk, and installed 18.5, so obviously it would not be able to build with the old paths.

I opened the file in text edit, and replaced all instances of 18.4 in the text with 18.5

Then I ran the command again to build and everything worked, both in the terminal and in Xcode.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@thienphuoc
Comment options

@rahuliyers
Comment options

Comment options

You must be logged in to vote
2 replies
@rh101
Comment options

rh101 Jul 14, 2025
Collaborator

@rahuliyers
Comment options

Answer selected by rahuliyers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants