【发布时间】:2021-01-08 21:12:42
【问题描述】:
我正在 Flutter/Firebase 中制作应用程序,但在我的 Visual Studio 代码终端上遇到以下错误:-
Xcode build done. 522.2s
6.26.0 - [Firebase/Core][I-COR000005] No app has been configured yet.
6.26.0 - [Firebase/Messaging][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.
Waiting for iPhone 11 to report its views... 9ms
Syncing files to device iPhone 11... 610ms
关于如何解决这个问题的任何想法......????
【问题讨论】:
-
您在项目中添加了
GoogleService-Info.plist吗?
标签: ios firebase flutter visual-studio-code