xcpretty / xcode-install

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

xcode 9 "xcversion simulators" command can not work #244

Open longjun-9 opened 6 years ago

longjun-9 commented 6 years ago

xcode 9 "xcversion simulators" command can not work, and all simulators can not be installed.

xcversion simulators --install='iOS 9.1' [!] No simulator matching iOS 9.1 was found. Please specify a version from the following available simulators:

olyv commented 6 years ago

Hi @longjun-9, did you find out why iOS 9.1 was not in the list of available simulators?

timsutton commented 6 years ago

Are you still experiencing this issue? I have Xcode 9.2 currently installed and it seems to list and begin downloading it ok:

➜  xcode-install git:(master) ✗ be xcversion simulators --install='iOS 9.1'
Installing iOS 9.1 Simulator for Xcode 9.2.0...
                                                                           0.1%

Would love if you could verify again so we could see if this is still an issue for anyone.

olyv commented 6 years ago

Hi, I re-cheked it and it seems to be working. For me it was for Xcode 9 and platform 11.2. To be honest, I don't really see any explanation why it wasn't visible previously. Thank you.

longjun-9 commented 6 years ago

It's ok now, thanks~