diff --git a/.github/workflows/ios.preview.firebase.yml b/.github/workflows/ios.preview.firebase.yml index b3efaf1cf..f77c1934d 100644 --- a/.github/workflows/ios.preview.firebase.yml +++ b/.github/workflows/ios.preview.firebase.yml @@ -38,6 +38,11 @@ jobs: with: xcode-version: "26.1.1" + - name: Setup iOS Platform + run: | + xcodebuild -downloadPlatform iOS -exportPath ~/Downloads + xcodebuild -importPlatform ~/Downloads/iphonesimulator_26.1_23B86.dmg + - name: Install node modules run: | npm ci --ignore-scripts --prefer-offline --no-audit diff --git a/.github/workflows/ios.publish.yml b/.github/workflows/ios.publish.yml index f10151714..a8c046e85 100644 --- a/.github/workflows/ios.publish.yml +++ b/.github/workflows/ios.publish.yml @@ -19,6 +19,11 @@ jobs: with: xcode-version: "26.1.1" + - name: Setup iOS Platform + run: | + xcodebuild -downloadPlatform iOS -exportPath ~/Downloads + xcodebuild -importPlatform ~/Downloads/iphonesimulator_26.1_23B86.dmg + - name: Install node modules run: | npm ci --ignore-scripts --prefer-offline --no-audit