[CP-beta] Increase the recommended Xcode version to Xcode 15#146440
Merged
auto-submit[bot] merged 1 commit intoflutter:flutter-3.22-candidate.0from Apr 8, 2024
Conversation
Xcode 15 will be required for iOS App Store submission > Please note that as of April 2024 all iOS and iPadOS apps submitted to the App Store must be built with a minimum of Xcode 15 and the iOS 17 SDK. https://developer.apple.com/ios/submit/ And will also be required for Swift Package Manager support flutter#146256. We could swap to "required" but macOS developers don't technically need to upgrade. We can let the Store itself enforce its policies. And we can swap to Xcode 15 "required" when SPM adoption is further along. Part of flutter#144582
Author
|
@jmagman please fill out the PR description above, afterwards the release team will review this request. |
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
May 14, 2024
liuyq
pushed a commit
to liuyq/flutter
that referenced
this pull request
Jan 26, 2026
…#146440) This pull request is created by [automatic cherry pick workflow](https://github.com/flutter/flutter/wiki/Flutter-Cherrypick-Process#automatically-creates-a-cherry-pick-request) Please fill in the form below, and a flutter domain expert will evaluate this cherry pick request. What is the link to the issue this cherry-pick is addressing? Part of flutter#144582 (comment) Increase the `flutter doctor` recommended Xcode version to Xcode 15. Update the `flutter doctor` validator to suggest Xcode 15 if installed version is lower. This is to encourage upgrades, as Apple will soon be enforcing this during iOS App Store submissions. > Please note that as of April 2024 all iOS and iPadOS apps submitted to the App Store must be built with a minimum of Xcode 15 and the iOS 17 SDK. https://developer.apple.com/ios/submit/ It's also to encourage updates before Swift Package Manager requires this version in flutter#146256. N/A What is the risk level of this cherry-pick? Are you confident that your fix is well-tested by automated tests? Install and `xcode-select` Xcode 14.x or lower. Run `flutter doctor`. See ``` [!] Xcode - develop for iOS and macOS (Xcode 15.3) â�� Flutter requires Xcode 14 or higher. Download the latest version or update via the Mac App Store. ```
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.
This pull request is created by automatic cherry pick workflow
Please fill in the form below, and a flutter domain expert will evaluate this cherry pick request.
Issue Link:
What is the link to the issue this cherry-pick is addressing?
Part of #144582 (comment)
Changelog Description:
Increase the
flutter doctorrecommended Xcode version to Xcode 15.Impact Description:
Update the
flutter doctorvalidator to suggest Xcode 15 if installed version is lower.This is to encourage upgrades, as Apple will soon be enforcing this during iOS App Store submissions.
https://developer.apple.com/ios/submit/
It's also to encourage updates before Swift Package Manager requires this version in #146256.
Workaround:
N/A
Risk:
What is the risk level of this cherry-pick?
Test Coverage:
Are you confident that your fix is well-tested by automated tests?
Validation Steps:
Install and
xcode-selectXcode 14.x or lower. Runflutter doctor. See