-
I have a flutter app that was working correctly without any issue. yesterday I have to update to the latest Flutter version (3.24.5). I started to get the following error on
"flutter error while checking the internet connection firebase_messaging/unknown an unknown error occurred" I had to upgrade to the latest firebase packages as shown:
ios version in Podfile: now when I run "pod install" I get the below error:
I tried a lot of things and nothing helped. Can anyone please help me with this issue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
turns out |
Beta Was this translation helpful? Give feedback.
turns out
mobile_scanner
needed to be updated to the latest version 6.0.2 and the platform :ios, '15.5'