From 721a272d607050503845ded2f2b1278e0d857192 Mon Sep 17 00:00:00 2001 From: p-x9 <50244599+p-x9@users.noreply.github.com> Date: Tue, 1 Oct 2024 21:56:58 +0900 Subject: [PATCH] Install visionOS platform before build on GitHub Action --- .github/workflows/release.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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