File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4747
4848 steps :
4949 - script : |
50- /bin/bash -c "sudo xcode-select -s /Applications/Xcode_15.4 .app"
51- displayName: 'Switch to use Xcode 15.4 '
50+ /bin/bash -c "sudo xcode-select -s /Applications/Xcode_16.2 .app"
51+ displayName: 'Switch to use Xcode 16.2 '
5252 - task : CmdLine@2
5353 displayName : Uninstalling xcpretty v0.4.0
5454 inputs :
9292 echo $(target)
9393 if [ $(target) == 'visionOSFramework' ]; then
9494 echo "Downloading simulator for visionOS"
95- sudo xcode-select -s /Applications/Xcode_15.4 .app/Contents/Developer
95+ sudo xcode-select -s /Applications/Xcode_16.2 .app/Contents/Developer
9696 defaults write com.apple.dt.Xcode AllowUnsupportedVisionOSHost -bool YES
9797 defaults write com.apple.CoreSimulator AllowUnsupportedVisionOSHost -bool YES
9898 xcodebuild -downloadPlatform visionOS
@@ -220,8 +220,8 @@ jobs:
220220 path : s
221221
222222 - script : |
223- /bin/bash -c "sudo xcode-select -s /Applications/Xcode_15.4 .app"
224- displayName: 'Switch to use Xcode 15.4 '
223+ /bin/bash -c "sudo xcode-select -s /Applications/Xcode_16.2 .app"
224+ displayName: 'Switch to use Xcode 16.2 '
225225
226226 - task : Bash@3
227227 displayName : Set variable BRANCH_NAME to a temporary branch
You can’t perform that action at this time.
0 commit comments