-
I try to build my ios app and I get this error, it's all ok with android, but this is my first time with IOS Error message:
My Podfile:
My AppDelegate:
My pubspic.yaml file: environment:
Flutter Doctor:
Also, my firebase messaging version is *6.0.16 |
Beta Was this translation helpful? Give feedback.
Answered by
EgHubs
Apr 17, 2021
Replies: 1 comment 1 reply
-
I just needed to update firebase messaging to the latest dev version and not leaving it floating. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
EgHubs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just needed to update firebase messaging to the latest dev version and not leaving it floating.
I guess it was an error from the Firebase side that the floating versions are not compatible.