-
Notifications
You must be signed in to change notification settings - Fork 243
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
Comments
It looks like this tool got stalled in release version 12.5.1 for some reason. Running |
Maybe my bad: it seems like versions 13.x.x are only available on macOS Monterey. What macOS version are you running, @rogerluan ? |
@diegum I don't think that XCode 13 is available only on macOS Monterey, been able to install it on Big Sur |
Yeah it's not, Xcode 13 min req is Big Sur: https://developer.apple.com/support/xcode/ |
Experiencing this issue with Xcode 13.3 vs Xcode 13.3 beta 2 - the gem defaults to beta 2. |
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 🤔 |
I observed this when using
.xcode-version
with13.0
instead of13
. 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 to13
, 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 😬
The text was updated successfully, but these errors were encountered: