[iOS 18] Depend on latest firebase_messaging
to fix "include of non-modular header inside framework module 'firebase_messaging.FLTFirebaseMessagingPlugin'" error
#5521
Labels
pending-maintainer-response
Pending response from a maintainer of this repository
Description
I'm getting the following error in my iOS builds using the latest iOS 18 tooling:
This is caused by an outdated version of the Firebase Messaging plugin. The latest
firebase_messaging: ^15.1.3
fixes this problem, as described in the release notes.The problem can also be fixed by using the following dependency overrides, but I am yet to test if this introduces any runtime errors, and I do not recommend anyone using this code in a production app:
Could we please get a new release of
amplify_push_notifications_pinpoint
that depends onfirebase_messaging: ^15.1.3
or newer?Categories
Platforms
Flutter Version
3.24.3
Amplify Flutter Version
2.4.1
Deployment Method
Amplify Gen 2
The text was updated successfully, but these errors were encountered: