We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c09ff22 commit 8d827e9Copy full SHA for 8d827e9
ci_build/azure_pipelines/templates/xcode-build-and-test-step.yml
@@ -20,6 +20,10 @@ steps:
20
packageApp: false
21
destinationPlatformOption: 'iOS'
22
destinationTypeOption: 'simulators'
23
+ # Note: The simulator version (after "OS=" in destinationSimulators) should be compatible with the Xcode version
24
+ # (in xcodeDeveloperDir).
25
+ # Refer to the table here: https://developer.apple.com/support/xcode/
26
+ # Pick a simulator version that is supported by the Xcode version.
27
destinationSimulators: 'iPhone 15,OS=17.5'
28
${{ if ne(parameters.args, '') }}:
29
args: ${{ parameters.args }}
0 commit comments