Skip to content

Commit 8d827e9

Browse files
committed
add comment
1 parent c09ff22 commit 8d827e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci_build/azure_pipelines/templates/xcode-build-and-test-step.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ steps:
2020
packageApp: false
2121
destinationPlatformOption: 'iOS'
2222
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.
2327
destinationSimulators: 'iPhone 15,OS=17.5'
2428
${{ if ne(parameters.args, '') }}:
2529
args: ${{ parameters.args }}

0 commit comments

Comments
 (0)