From b557dd1f1c833274d4673ef3605b1f00cfb0fa0b Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Thu, 28 Aug 2025 13:35:39 +0200 Subject: [PATCH] Manually download and install ios --- .github/workflows/build-apple.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build-apple.yml b/.github/workflows/build-apple.yml index 43df683a..8a5193e5 100644 --- a/.github/workflows/build-apple.yml +++ b/.github/workflows/build-apple.yml @@ -15,6 +15,9 @@ jobs: with: ref: ${{ inputs.ref }} + - name: Download iOS 18 Platform + run: sudo xcodebuild -downloadPlatform iOS + - name: Common flutter setup uses: ./.github/actions/flutter-common @@ -41,6 +44,9 @@ jobs: - name: Common flutter setup uses: ./.github/actions/flutter-common + - name: Download iOS 18 Platform + run: sudo xcodebuild -downloadPlatform iOS + - name: Build .xcarchive run: | flutter build ipa --release --no-codesign