Xcode 10 Stack does not include iOS 9.3

Bitrise Build Issue Report template

Description of the issue

Xcode 10 Stack does not support iOS 9.3 (https://github.com/bitrise-io/bitrise.io/blob/master/system_reports/osx-xcode-10.0.x.log#L316).
However, Xcode 10 does support it still.
This means even though the iPad 2 is still supported (https://github.com/bitrise-io/bitrise.io/blob/master/system_reports/osx-xcode-10.0.x.log#L295), it can never be used because this iPad only supports latest iOS 9.3.

Environment:

The issue only happens with the Stack Xcode 10 on macOS 10.13 (High Sierra).
Running the Fastlane lane run_tests with the device iPad 2 triggers the failure.

Reproducibility

fastlane run run_tests device:ā€œiPad 2ā€

Local reproduction

fastlane run run_tests device:ā€œiPad 2ā€

Build log

[07:29:21]: No simulators found that are equal to the version of specifier (9.3) and greater than or equal to the version of deployment target (0)

[07:29:21]: Ignoring ā€˜iPad 2 (9.3)’, couldn’t find matching simulator

[07:29:21]: Couldn’t find any matching simulators for ā€˜[ā€œiPad 2 (9.3)ā€]’ - falling back to default simulator

Hey @jean.mainguy,

This is expected, we install the iOS version release that came with the current Xcode and the latest 2 major iOS versions before it, so the Xcode 10 stack supports versions up from 10.x.

The iPad 2 device you mentioned right now can only be tested on an older stack unfortunately.

Too bad… but understood!
Thank you very much for your quick reply!

Of course! Thanks for understanding :blush: