gpt4 book ai didi

ios - 使用 CocoaPods 找不到 Firebase.h 文件

转载 作者:行者123 更新时间:2023-12-01 15:27:35 26 4
gpt4 key购买 nike

我正在尝试将 Firebase 添加到我的项目中。我刚刚将下面的 pod 添加到我的 Xcode 项目中。

  pod 'Firebase'
pod 'Firebase/Core'
pod 'Firebase/Messaging'
pod 'Firebase/Database'
pod 'Firebase/Auth'

安装 podfile 后,我尝试将 firebase 导入到我的项目中。但它给了我一个错误 未找到 Firebase.h。

na

当我取消选中 Run script only when installing 时会出现上述问题来自 [CP] Check pods Manifest.lock .之后我将使用 pod install 安装 pod .然后就会出现问题。

取消选中复选框后出现的错误:
error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.

最佳答案

我在我的项目中遇到了同样的问题,

我写了手动链接项目及其库来解决问题我按照这个链接步骤它起作用了
https://github.com/invertase/react-native-firebase-docs/blob/master/docs/installation/ios.md

此外,您必须检查链接二进制文件与 Xcode 项目中的库。

您可以删除所有依赖于库的 pod 的另一种解决方案,然后您 pod initpod install 之后添加手动 pod 库

关于ios - 使用 CocoaPods 找不到 Firebase.h 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55982440/

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