[firebase_messaging] Upgrading from 5.1.4 -> 6.0.9 causes build failure in old iPhone device (32bit, ARMv7 architecture). #1764
Labels
impact: customer
A bug with low impact (e.g. affecting only a few customers or has a workaround). (P3)
plugin: messaging
type: bug
Something isn't working
Describe the bug
Hi,
When I upgrade 'firebase_messaging' from 5.1.4 to 6.0.9, the flutter project does not build successfully anymore for iPhone 5c, running in 10.3.3. iPhone 5c has (32bit, ARMv7 underlying architecture). The project builds fine in iPhone X running in iOS 13 with 64bit, ARMv8-A.
Below is the 2 lines of build failure messages that are relevant.
The thing is that
firebase_messaging
works totally fine in this old iPhone 5c model if I use versionfirebase_messaging
5.1.4.To Reproduce
Steps to reproduce the behavior:
firebase_messaging: ^6.0.9
to pubspec.yaml dependency file in any flutter project.Expected behavior
Build should be successful, and I should be able to build for iPhone 5c, which would have been possible if I used version 5.1.4.
Additional context
flutter doctor -v
The text was updated successfully, but these errors were encountered: