xcode-install icon indicating copy to clipboard operation
xcode-install copied to clipboard

Install 14.1 installs all the betas and won't remove them

Open geeklingo opened this issue 4 years ago • 2 comments

I used xcversion install 11.4 as I only wanted the official release but it also installed all the betas.

11.4 beta (installed) 11.4 beta 3 (installed) 11.4 (installed) 11.4 beta 2 (installed) Running xcversion uninstall "11.4 beta 2" returns:

[!] Version 11.4 beta 2 is not installed.

geeklingo avatar May 20 '20 05:05 geeklingo

Similar with 11.5. I am pretty sure that I do not have installed betas but only single stable 11.5, nevertheless it shows invalid output:

$ xcversion list | grep 11.5
11.5 GM Seed (installed)
11.5 (installed)
11.5 beta 2 (installed)
11.5 beta (installed)

dmarjanovic avatar Jul 14 '20 12:07 dmarjanovic

I've had to use the workaround in #307 to uninstall betas. You need to use the exact version displayed by xcversion installed

landonepps avatar Jul 17 '20 22:07 landonepps