gpt4 book ai didi

ios - 无法在 objective-c AppDelegate.h 中导入 FirebaseMessaging

转载 作者:行者123 更新时间:2023-11-29 11:33:31 25 4
gpt4 key购买 nike

当我写@import FirebaseMessaging; 时,它说 -

未找到模块“FirebaseMessaging”

我做了什么 - 起初我只安装了 Firebase/Core 的 pod,但后来我意识到 Firebase/Messaging 也是必要的.然后我在 pod 文件中写入 pod 'Firebase/Messaging' 并再次安装 pod。

pod 文件夹包含作为 Firebase Messaging 的文件夹,但是当我导入它时它说找不到模块。 Here is the screenshot of the error

最佳答案

根据documentation,您不需要在最新的Firebase SDK 中单独导入FirebaseMessaging :

You'll need to add Firebase initialization code to your application. Import the Firebase module and configure a shared instance as shown:

  1. Import the Firebase module in your UIApplicationDelegate:
@import Firebase;
  1. Configure a FirebaseApp shared instance, typically in your application's application:didFinishLaunchingWithOptions: method:
// Use Firebase library to configure APIs
[FIRApp configure];

关于ios - 无法在 objective-c AppDelegate.h 中导入 FirebaseMessaging,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51279927/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com