TestFlight: build with Xcode 26 (new App Store Connect requirement)#25
Merged
Conversation
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>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The TestFlight deploy for the #24 merge failed at upload validation:
The deploy job was pinned to Xcode 16 on
macos-15. This moves it tomacos-26+ Xcode 26 (matching the CI Build iOS job's toolchain) and pins Flutter to 3.41.4 — the version CI validates — instead of floatingstable, so the shipped binary is built with the toolchain that was tested.🤖 Generated with Claude Code