Issue Link
#132755
Commit Hash
b52297d
Target
stable
PR Link
#132958
Changelog Description
Fix macOS build error with Xcode 15 and Cocoapods.
Impacted Users
All Flutter macOS developers using Xcode 15
Impact Description
Flutter cannot build macOS applications that use plugins with Xcode 15.
Workaround
Workaround would be to use an unreleased version of Cocoapods.
Risk
low
Test Coverage
yes
Validation Steps
- Download and select Xcode 15
flutter create hello_world
flutter pub add path_provider
flutter run
Should not get an error.
Issue Link
#132755
Commit Hash
b52297d
Target
stable
PR Link
#132958
Changelog Description
Fix macOS build error with Xcode 15 and Cocoapods.
Impacted Users
All Flutter macOS developers using Xcode 15
Impact Description
Flutter cannot build macOS applications that use plugins with Xcode 15.
Workaround
Workaround would be to use an unreleased version of Cocoapods.
Risk
low
Test Coverage
yes
Validation Steps
flutter create hello_worldflutter pub add path_providerflutter runShould not get an error.