File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
ci_build/azure_pipelines/templates Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,12 @@ 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).
23+ # Note: The simulator version should be compatible with the Xcode version.
2524 # Refer to the table here: https://developer.apple.com/support/xcode/
2625 # Pick a simulator version that is supported by the Xcode version.
26+ #
27+ # Xcode version: "/Applications/Xcode_<version>.app/Contents/Developer" in xcodeDeveloperDir
28+ # Simulator version: "OS=<version>" in destinationSimulators
2729 destinationSimulators : ' iPhone 15,OS=17.5'
2830 ${{ if ne(parameters.args, '') }} :
2931 args : ${{ parameters.args }}
You can’t perform that action at this time.
0 commit comments