xcpretty / xcode-install

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

Not picking up Xcode 12.0.1 #406

Closed kingfai closed 3 years ago

kingfai commented 3 years ago

xcversion list does not seem to be picking up Xcode 12.0.1: Released: September 24, 2020 Build: 12A7300

(16:56:16) $ xcversion --version
2.6.6
(16:56:35) $ xcversion update
-------------------------------------------------------------------------------------
Please provide your Apple Developer Program account credentials
The login information you enter will be stored in your macOS Keychain
You can also pass the password using the `FASTLANE_PASSWORD` environment variable
See more information about it on GitHub: https://github.com/fastlane/fastlane/tree/master/credentials_manager
-------------------------------------------------------------------------------------
Username: xxx@xxxxxx.xxx
Available session is not valid any more. Continuing with normal login.
(16:57:14) $ xcversion list
4.3 for Lion
4.3.1 for Lion
4.3.2 for Lion
4.3.3 for Lion
4.4.1
4.5
4.6
4.6.1
4.6.2
4.6.3
5.0.1
5
5.0.2
5.1.1
5.1
6.0.1
6.1
6.1.1
6.2
6.3.2
6.3
6.3.1
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.2
8.3
8.3.3
9
9.0.1
9.1
9.2
9.3
9.3.1
9.4
9.4.1
10
10.1
10.2.1
10.2
10.3 (installed)
11
11.1
11.2
11.2.1
11.3 beta
11.3
11.3.1
11.4 beta
11.4
11.4 beta 3
11.4 beta 2
11.4.1 (installed)
11.5 beta 2
11.5 (installed)
11.5 GM Seed
11.5 beta
11.6
11.6 beta (installed)
11.7
11.7 beta
12 for macOS Universal Apps beta
12 (installed)
12 beta 6
12 beta 5
12 beta 4
12 beta 3
12 for macOS Universal Apps beta 2
12 beta 2
12 beta
12.2 beta
danielbowden commented 3 years ago

It looks like Apple have not published 12.0.1 on their downloads page (https://developer.apple.com/download/more/)... It's only available in the Mac App Store at the moment which could be why xcode-install can't see it.

danielbowden commented 3 years ago

@kingfai I just came back to check again today as I've been waiting for it too. It is now up on their downloads page and is now also visible to xcode-install.

$ bundle exec xcversion update
$ bundle exec xcversion list
...
12 (installed)
12 beta 6
12 beta 5
12 beta 4
12 beta 3
12 for macOS Universal Apps beta 2
12 beta 2
12 beta
12 for macOS Universal Apps beta
12.0.1
12.2 beta 2
12.2 beta

$ bundle exec xcversion install 12.0.1 --no-switch
kingfai commented 3 years ago

I confirmed that xcversion list lists 12.0.1 for me also.