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 176ae48 commit 66f3d52Copy full SHA for 66f3d52
.github/workflows/ci.yml
@@ -47,7 +47,11 @@ jobs:
47
run: sudo xcode-select --switch /Applications/Xcode_15.4.app/Contents/Developer
48
- name: Download visionOS
49
if: matrix.platforms == 'visionOS_1'
50
- run: xcodebuild -downloadPlatform visionOS
+ run: |
51
+ sudo xcodebuild -runFirstLaunch
52
+ sudo xcrun simctl list
53
+ sudo xcodebuild -downloadPlatform visionOS
54
55
- name: Build and Test Framework
56
run: Scripts/build.swift ${{ matrix.platforms }}
57
- name: Prepare Coverage Reports
0 commit comments