无效的`Podfile` 文件:无效的`RNFBDatabase.podspec` 文件:没有这样的文件或目录@rb_sysopen - ../app/package.json - react native

cld*_*dev 2 cocoapods firebase react-native firebase-realtime-database pod-install

我在我的本机项目中安装了这样的 firebase-->

yarn add @react-native-firebase/database
Run Code Online (Sandbox Code Playgroud)

然后当我尝试使用此命令根据文档安装 pod 时 -->

cd ios/ && pod install && cd ..
Run Code Online (Sandbox Code Playgroud)

我收到以下错误:

> [!] Invalid `Podfile` file:  [!] Invalid `RNFBDatabase.podspec` file:
> No such file or directory @ rb_sysopen - ../app/package.json.
Run Code Online (Sandbox Code Playgroud)

M_d*_*oid 15

我已经用了 2 天了,但我很高兴我解决了这个问题。这是缺少的依赖@react-native-firebase/app。的@react-native-firebase/database要求@react-native-firebase/app进行安装。