gakki
gakki
In my `pubspec.yaml` ``` appinio_social_share: ^0.3.1 flutter_facebook_auth: ^6.0.4 ``` ERROR: [!] CocoaPods could not find compatible versions for pod "FBSDKCoreKit": In Podfile: appinio_social_share (from `.symlinks/plugins/appinio_social_share/ios`) was resolved to 0.0.1, which...
So are there any solutions ? I have the same problem. When the app is cold started, it crashes. Looking at the crash report in iOS, I found that the...
I have the same issue in my app. my config: ``` flutter: 3.24.3 firebase_core: ^4.1.0 firebase_messaging: ^16.0.1 platform: iOS ``` `FirebaseMessaging.instance.getInitialMessage().then((message){ })` message is always null.. how to fix it...
> I have the same issue in my app. > > my config: > > ``` > flutter: 3.24.3 > firebase_core: ^4.1.0 > firebase_messaging: ^16.0.1 > platform: iOS > ```...