xcpretty / xcode-install

🔽 Install and update your Xcodes
https://fastlane.tools
MIT License
2.58k stars 237 forks source link

Xcode 12.1 not listed in the `xcversion list` #415

Closed joristimmerman closed 3 years ago

joristimmerman commented 3 years ago

Xcode 12.1 (GM) not listed in the xcversion list and is by result not targetable for install

Using v 2.6.6

xcversion list | grep 12 returns

12 beta
12.0.1
12 for macOS Universal Apps beta
12
12 beta 6
12 beta 5
12 beta 4
12 beta 3
12 for macOS Universal Apps beta 2
12 beta 2
12.2 beta
12.2 beta 2
chunkyguy commented 3 years ago

I see "12.1 GM seed", maybe you need to run xcversion update

joristimmerman commented 3 years ago

Ah, ok, I thought it'd did that when calling list (-‸ლ) Closing issue!