-
Notifications
You must be signed in to change notification settings - Fork 246
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
xcversion install not installing correct version Xcode #384
Comments
having this problem too. Installing 11.4 (11N132i) but never intall 11.4 (11E146) the right version. |
This problem comes from installed Xcode binary does not have any information about itself is a prerelease version (ex: beta, RC) or official version.
One workaround is creating new version identifier in "InstalledXcode" that made from installed Xcode app name. The path of |
Fix has been recently merged to master. #382 |
@robertwijas Yes, it seems that this still installs beta instead release version |
Looks like using |
Hi
Tried to update to Xcode 11.4 last night. Updated

xcversion list
:Installed

xcversion install 11.4
Download was successful, signature passed, and install was successful.

Looking a bit more closely you can see the build identifier is for Xcode 11.4 beta 3
On running

xcversion list
it appears to have gotten confused with versions.Hope someone has some ideas around this.
The text was updated successfully, but these errors were encountered: