From f1dfd1a9fbcbeb87b09222c42fd5cb84bf2f3e12 Mon Sep 17 00:00:00 2001 From: NBA2K1 <78034913+NBA2K1@users.noreply.github.com> Date: Sat, 30 Aug 2025 02:08:44 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e3b36983..9b4acf2b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -107,6 +107,15 @@ jobs: - name: Install the CLI tool run: cargo install 'flutter_rust_bridge_codegen' + - name: Select Xcode 16.2 + run: sudo xcode-select -switch /Applications/Xcode_16.2.app/Contents/Developer + + - name: Print Xcode version + run: xcodebuild -version + + - name: Download iOS Platform + run: xcodebuild -downloadPlatform iOS + - name: flutter pub get run: flutter pub get