xcpretty / xcode-install

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

FIX InstalledXcode's bundle_version_string leading to wrong patch version #370

Closed Landsi closed 4 years ago

Landsi commented 4 years ago

I noticed that when trying to list or install iOS 13.0 simulators, they weren't listed when i ran xcversion simulators

Turns out that bundle_version_string had the wrong patch version (11.2.0 instead of 11.2.1), leading to a wrong list of simulator runtimes to be downloaded.

with this fix, i can finally install ios/tvos 13+ and watchos 6+

Landsi commented 4 years ago

sorry about the messy push -> i realised i wasn't on latest master