From e6333996ea31f62e31b0afc0cc6eaa2aa2abcce5 Mon Sep 17 00:00:00 2001 From: Tung Wu Date: Wed, 26 Aug 2026 17:40:42 +0800 Subject: [PATCH] Pin CI to Xcode 26.1.1 to satisfy App Store Connect's iOS 26 SDK requirement Apple now rejects uploads built with SDKs older than iOS 26 (Xcode 26+). CI was pinned to Xcode 16.4, which bundles the iOS 18.5 SDK. Co-Authored-By: Claude Sonnet 5 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3c0687f..bfec4ba 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: - uses: ruby/setup-ruby@v1 with: bundler-cache: true - - run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer + - run: sudo xcode-select -s /Applications/Xcode_26.1.1.app/Contents/Developer - uses: subosito/flutter-action@v2 with: # This has to be kept in sync with .tool-versions @@ -98,7 +98,7 @@ jobs: - uses: ruby/setup-ruby@v1 with: bundler-cache: true - - run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer + - run: sudo xcode-select -s /Applications/Xcode_26.1.1.app/Contents/Developer - uses: subosito/flutter-action@v2 with: # This has to be kept in sync with .tool-versions