Skip to content

TestFlight: build with Xcode 26 (new App Store Connect requirement)#25

Merged
windoze95 merged 1 commit into
mainfrom
fix/testflight-xcode-26
Jun 11, 2026
Merged

TestFlight: build with Xcode 26 (new App Store Connect requirement)#25
windoze95 merged 1 commit into
mainfrom
fix/testflight-xcode-26

Conversation

@windoze95

Copy link
Copy Markdown
Owner

The TestFlight deploy for the #24 merge failed at upload validation:

SDK version issue. This app was built with the iOS 18.5 SDK. All iOS and iPadOS apps must be built with the iOS 26 SDK or later, included in Xcode 26 or later.

The deploy job was pinned to Xcode 16 on macos-15. This moves it to macos-26 + Xcode 26 (matching the CI Build iOS job's toolchain) and pins Flutter to 3.41.4 — the version CI validates — instead of floating stable, so the shipped binary is built with the toolchain that was tested.

🤖 Generated with Claude Code

App Store Connect now rejects uploads built with the iOS 18 SDK:
"All iOS and iPadOS apps must be built with the iOS 26 SDK or later."
Move the deploy job to the macos-26 runner with Xcode 26, and pin
Flutter to the same version CI validates (3.41.4) instead of floating
on the stable channel.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@windoze95 windoze95 merged commit 3b61f82 into main Jun 11, 2026
16 of 18 checks passed
@windoze95 windoze95 deleted the fix/testflight-xcode-26 branch June 11, 2026 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant