xcpretty / xcode-install

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

xcversion simulators does not list simulators with latest SDK as "installed" #375

Open appdev-exaring opened 4 years ago

appdev-exaring commented 4 years ago

Having Xcode 11.2.1 installed, by default simlators with iOS 13.2 are installed.

However, these are not listed in the xcversion simulators output:

$ xcversion simulators
Xcode 11.2.1 (/Applications/Xcode.app)
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)
iOS 11.2 Simulator (not installed)
watchOS 4.2 Simulator (not installed)
tvOS 11.2 Simulator (not installed)
iOS 11.3 Simulator (not installed)
tvOS 11.3 Simulator (not installed)
iOS 11.4 Simulator (not installed)
tvOS 11.4 Simulator (not installed)
iOS 12.0 Simulator (not installed)
watchOS 5.0 Simulator (not installed)
tvOS 12.0 Simulator (not installed)
iOS 12.1 Simulator (not installed)
watchOS 5.1 Simulator (not installed)
tvOS 12.1 Simulator (not installed)
iOS 12.2 Simulator (not installed)
watchOS 5.2 Simulator (not installed)
tvOS 12.2 Simulator (not installed)
watchOS 5.3 Simulator (not installed)
iOS 12.4 Simulator (installed)
tvOS 12.4 Simulator (not installed)

Why is iOS 13 missing in the output?