Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When specifying "13.0", Xcode Beta is installed instead of latest Xcode 13 #447

Open
rogerluan opened this issue Oct 12, 2021 · 6 comments
Labels

Comments

@rogerluan
Copy link
Collaborator

I observed this when using .xcode-version with 13.0 instead of 13. For some reason it installs the Xcode 13 Beta from June (which's probably the Beta 1), instead of the latest Xcode 13 (public release). By changing the version to 13, it installs the correct version of Xcode.
I know that the Xcode 13 identifier is actually "13" and there's no "13.0" identifier, but this is very counter intuitive 😬

@rogerluan rogerluan added the bug label Oct 12, 2021
@diegum
Copy link

diegum commented Nov 5, 2021

It looks like this tool got stalled in release version 12.5.1 for some reason. Running xcversion update won't retrieve any of the already released 13.x.x versions.
This tool last commit happened in early September. I wonder if something changed in the app store metadata afterwards. Maybe this tool misses to catch some metadata change and doesn't "realize" that there are new releases available.

@diegum
Copy link

diegum commented Nov 5, 2021

It looks like this tool got stalled in release version 12.5.1 for some reason. Running xcversion update won't retrieve any of the already released 13.x.x versions. This tool last commit happened in early September. I wonder if something changed in the app store metadata afterwards. Maybe this tool misses to catch some metadata change and doesn't "realize" that there are new releases available.

Maybe my bad: it seems like versions 13.x.x are only available on macOS Monterey. What macOS version are you running, @rogerluan ?

@ghost
Copy link

ghost commented Nov 16, 2021

@diegum I don't think that XCode 13 is available only on macOS Monterey, been able to install it on Big Sur

@rogerluan
Copy link
Collaborator Author

rogerluan commented Nov 24, 2021

Yeah it's not, Xcode 13 min req is Big Sur: https://developer.apple.com/support/xcode/
To answer your question, though: not sure if I installed while on Big Sur or Monterey. Right now I'm on Monterey, I remember I updated both of them in the same week but don't remember which one I installed first 😂

@gbrhaz
Copy link

gbrhaz commented Mar 31, 2022

Experiencing this issue with Xcode 13.3 vs Xcode 13.3 beta 2 - the gem defaults to beta 2.

@rogerluan
Copy link
Collaborator Author

Interesting @gbrhaz, that's not what I'm observing. I installed Xcode 13.3 and got the right version. Which concludes that this issue is not the same for everyone, so it might not be 100% reproducible - there's something on the way that is causing a non-stable versions lookup 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants