Issue Link
#134186
Commit Hash
af5ac93
Target
stable
PR Link
#134824
Changelog Description
Fixes an issue where apps built in profile mode would not install or run on physical iOS 17 devices.
Impacted Users
iOS Flutter developers
Impact Description
When running your app in profile mode on a physical iOS 17 device, it may fail to install and run the app on the device.
Workaround
As a workaround, you can manually change the build configuration for the scheme through Xcode.
See example: #134186 (comment)
Risk
low
Test Coverage
yes
Validation Steps
- Create a new flutter app
flutter run --profile, targeting an iOS 17 physical device
- Install and run should fail
Issue Link
#134186
Commit Hash
af5ac93
Target
stable
PR Link
#134824
Changelog Description
Fixes an issue where apps built in profile mode would not install or run on physical iOS 17 devices.
Impacted Users
iOS Flutter developers
Impact Description
When running your app in profile mode on a physical iOS 17 device, it may fail to install and run the app on the device.
Workaround
As a workaround, you can manually change the build configuration for the scheme through Xcode.
See example: #134186 (comment)
Risk
low
Test Coverage
yes
Validation Steps
flutter run --profile, targeting an iOS 17 physical device