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