Xcode already installed but still getting "Missing Xcode, please install" #1980
Unanswered
meehjeevan
asked this question in
Q&A
Replies: 2 comments 14 replies
-
Have you installed the Xcode command line tools? If not, try |
Beta Was this translation helpful? Give feedback.
13 replies
-
Ensure that xcode-select is pointing to the correct Xcode installation. You can set it using:
or
Then you run the axmol build command as usual. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using:
macbook m3 pro
macOS: 14.3
Xcode: 15.4
Axmol: latest from git
I was trying to build for ios simulator with this command
axmol build -p ios -a arm64 -sdk simulator -c
But I got these errors though I have xcode installed:
Beta Was this translation helpful? Give feedback.
All reactions