diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 870be9d..082fe13 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,6 +20,13 @@ jobs: - name: Select Xcode 15 run: sudo xcode-select -s /Applications/Xcode_15.2.app + - name: Install visionOS + run: | + sudo xcodebuild -runFirstLaunch + sudo xcrun simctl list + sudo xcodebuild -downloadPlatform visionOS + sudo xcodebuild -runFirstLaunch + - name: Build run: bash scripts/xcframework.sh