xcpretty / xcode-install

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

xcversion missing iOS simulator 11.2 #256

Closed olyv closed 6 years ago

olyv commented 6 years ago

Hi, I have two versions of Xcode installed (7.3.1 and 9.2). When I try to install iOS simulator 11. 2 using a command it fails and the output I can see is:\

[!] No simulator matching iOS 11.2 was found. Please specify a version from the following available simulators:
Xcode 7.3.1 (/Applications/Xcode_7.app)
Xcode 9.2 (/Applications/Xcode.app)
iOS 8.1 Simulator (not installed)
iOS 8.2 Simulator (not installed)
iOS 8.3 Simulator (not installed)
iOS 8.4 Simulator (not installed)
iOS 9.0 Simulator (not installed)
iOS 9.1 Simulator (not installed)
iOS 9.2 Simulator (not installed)
iOS 9.3 Simulator (installed)
iOS 10.0 Simulator (not installed)
iOS 10.1 Simulator (not installed)
tvOS 9.0 Simulator (not installed)
tvOS 9.1 Simulator (not installed)
tvOS 9.2 Simulator (not installed)
tvOS 10.0 Simulator (not installed)
watchOS 2.0 Simulator (not installed)
watchOS 2.1 Simulator (not installed)
watchOS 2.2 Simulator (not installed)
tvOS 10.1 Simulator (not installed)
iOS 10.2 Simulator (installed)
watchOS 3.1 Simulator (not installed)
iOS 10.3.1 Simulator (not installed)
watchOS 3.2 Simulator (not installed)
tvOS 10.2 Simulator (not installed)
iOS 11.0 Simulator (not installed)
watchOS 4.0 Simulator (not installed)
tvOS 11.0 Simulator (not installed)
tvOS 11.1 Simulator (not installed)
watchOS 4.1 Simulator (not installed)
iOS 11.1 Simulator (not installed)

At the same time, I can see 11.2 platform simulators when I navigate to Xcode > Window > Devices and Simulators. 11.2 is also listed when I run xcrun simctl list command in terminal.

Can you please advice what I am missing or how I can fix it to install ios simulator 11.?

timsutton commented 6 years ago

Xcode 9.2 includes the 11.2 simulator already, so it's not required (or to my knowledge, available) as an additional download. For example, see that only 11.1 and earlier is available for download in Preferences -> Components.

Please let us know if that answers your question!

olyv commented 5 years ago

I just realised I never got back to this issue 😕 Yes, you answered my question. Thank you!