Skip to content

how does the Xcode find its version #2348

Answered by keith
the-code-samurai-97 asked this question in Q&A
Discussion options

You must be logged in to vote

Are you using a standard recent macOS installation? (I ask because of your gcc thread)

Bazel uses spotlight APIs to discover Xcode versions, this likely indicates it couldn't find any. You can try to run:

cat $(bazel info output_base)/external/*local_config_xcode/BUILD

To see what is in the generated BUILD file that should have all the discovered versions (I'm not sure if this works in this case because it might fail too early)

Replies: 5 comments 6 replies

Comment options

You must be logged in to vote
2 replies
@the-code-samurai-97
Comment options

@keith
Comment options

keith Jan 8, 2024
Maintainer

Answer selected by luispadron
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@brentleyjones
Comment options

@sfc-gh-kleonhard
Comment options

@brentleyjones
Comment options

@sfc-gh-kleonhard
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
7 participants