*前提是已经 使用firebase-tools 已经给 Flutter 加入了 消息通知相关配置。教程>>
一、I-COR000005
10.22.0 - [FirebaseCore][I-COR000005] No app has been configured yet.
import Firebase
....
FirebaseApp.configure()
10.22.0 - [FirebaseMessaging][I-FCM001000] FIRMessaging Remote Notifications proxy enabled, will swizzle remote notification receiver handlers. If you'd prefer to manually integrate Firebase Messaging, add "FirebaseAppDelegateProxyEnabled" to your Info.plist, and set it to NO. Follow the instructions at:
https://firebase.google.com/docs/cloud-messaging/ios/client#method_swizzling_in_firebase_messaging
to ensure proper integration.
二、I-FCM001000
在 info.plist 随意找个位置, 添加下面配置
<key>FirebaseAppDelegateProxyEnabled</key>
<false/>