Replies: 3 comments 2 replies
-
I am also facing the same issue here is the log error /Users/abdulbasit/flutter-sdk/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_messaging-7.0.3/ios/Classes/FLTFirebaseMessagingPlugin.m:190:43: warning: 'FIRMessagingRemoteMessage' is deprecated: FCM direct channel is deprecated, please use APNs for downstream message handling. [-Wdeprecated-declarations] |
Beta Was this translation helpful? Give feedback.
-
I also faced this issue but couldn't found any working solution issue:
|
Beta Was this translation helpful? Give feedback.
-
My problem was an update that I did from X.X.X to Y.Y.Y flutter version (I don’t remember the exact versions) so the solution that I found was deleting everything related to flutter and downloading again the latest version. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have the following issue, I upgrade to the latest version of flutter and suddenly my app shows the following error, I tried different solutions that I found but none of them seems to work, the error ocurres when I'm run "flutter build ios" or "flutter run -d " I really don't know whats going on, I update the Firebase plugins to the latest versions but that didn't solve the problem, worth mentioning that previous of the flutter upgrade that I made the app was running well in iOS, the app is in Apple Store and the push notifications otp, etc., works fine but I'm not able to push updates because I can't compile and test the app due to the following error:
XCode output
Command Line output
Flutter Doctor
Solutions that I have tried
I deleted the following files and generate them again but this doesn't work:
My project doesn't have the following file:
so, i can't tried the following solution:
#2530 (comment)
Firebase Dependencies
The dependencies that I'm using are the following:
And I think that's it, I don't know what more to do :(
Thanks for your time.
Beta Was this translation helpful? Give feedback.
All reactions