Closed mjm closed 6 years ago
This is true with Xcode beta 4 as well.
Repro:
xcversion install '10 beta 4'
xcversion update
xcversion simulators
I've been seeing this one as well. Thanks!
I've been looking at this, at first thinking that maybe Apple changed the download URL for the list of simulator packages, but I confirmed with Charles Proxy that's not the case.
Instead, it looks like that URL contains the three-component version number of Xcode, and the logic for figuring that out in xcode-install is a little too clever for its own good 😉: https://github.com/KrauseFx/xcode-install/blob/master/lib/xcode/install.rb#L597
I think this is producing a version number of "1.0.0.0" instead of "10.0.0". I'll see if I can sort that out and open a PR.
This should be fixed by #296.
Thanks, just shipped a new release 💯
Thank you!
Thank @mjm and @KrauseFx !
xcversion simulators
does not list any available simulator runtimes for the Xcode 10 beta versions:This is not expected. Many simulator runtimes are available to install from the Xcode 10 preferences.