xcpretty / xcode-install

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

Can't install 9.2 #260

Closed yakimant closed 6 years ago

yakimant commented 6 years ago

⇒ xcversion list 9.3 beta ⇒ xcversion install --no-clean '9.2' [!] Version 9.2 doesn't exist.

timsutton commented 6 years ago

Do you only have 9.3 beta as the only item in your list? If so, could you try again?

yakimant commented 6 years ago

Yes, 9.3 beta only. Do you see other versions?

timsutton commented 6 years ago

Yes, I see everything. Did you also run xcversion update first?

$ be xcversion update && be xcversion list
4.3 for Lion
4.3.1 for Lion
4.3.2 for Lion
4.3.3 for Lion
4.4
4.4.1
4.5
4.5.1
4.5.2
4.6
4.6.1
4.6.2
4.6.3
5
5.0.1
5.0.2
5.1
5.1.1
6.0.1
6.1
6.1.1
6.2
6.3
6.3.1
6.3.2
6.4
7
7.0.1
7.1
7.1.1
7.2
7.2.1
7.3
7.3.1
8
8.1
8.2
8.2.1
8.3
8.3.1
8.3.2
8.3.3
9
9.0.1
9.1
9.2 (installed)
9.3 beta
yakimant commented 6 years ago

@timsutton, it was not the latest xcode-install. After updating - issues disappeared. Thank you!