Firebase 安装

Posted

技术标签:

【中文标题】Firebase 安装【英文标题】:Firebase install 【发布时间】:2020-03-02 10:00:45 【问题描述】:

我是 swift 编码和编程新手 我尝试在我当前的终端上安装 2 个带有终端的 firebase pod FirebaseAuth 和 FirebaseFirestore 项目,但终端向我显示了一些错误,它不会安装 pod 错误是: 在 Mac OS X 10.15 上 1-pod 安装失败并出现 json 错误 2-无效的 Podfile:pod 安装失败并出现 use_native_modules! 3-pod 搜索 我的 pod 文件内容是

platform :ios, '13.0'

target 'Flash Chat iOS13' do

  use_frameworks!

  # Pods for Flash Chat iOS13
pod 'Firebase/Auth'
pod 'Firebase/Firestore'
end

有人知道如何解决这个问题吗?

【问题讨论】:

您好,欢迎来到 ***。你搜索过这个吗? 你可以试试这个:github.com/CocoaPods/CocoaPods/issues/9260 你在终端写“pod install”的文件夹是什么? 请将您的整个 podfile 复制并粘贴到问题中。此外,请确保您完全退出 XCode。然后在终端中导航项目文件夹并通过在终端中键入 LS 来验证您是否在正确的目录(文件夹)中(大写或小写)并观察输出,因为它应该是三个项目;您的项目名称 (Flash Chat iOS13.xcodeproj) 一个名为 podfile 的文件和您的项目。然后在终端中输入 pod install。报告结果 【参考方案1】:
 # Add the Firebase pod for Google Analytics
    pod 'Firebase/Analytics'

 # Add the pods for any other Firebase products you want to use in your app
 # For example, to use Firebase Authentication and Cloud Firestore.
  pod 'Firebase/Auth'
  pod 'Firebase/Firestore'

 # then type the following command
   pod install

【讨论】:

以上是关于Firebase 安装的主要内容,如果未能解决你的问题,请参考以下文章

未安装 Ionic Firebase 插件

安装 Firebase 时出错

Firebase/MLVisionTextModel 未通过 Pod iOS 安装

开发服务器返回响应错误代码:通过安装firebase连接到firebase时反应本机500

安装 Firebase 2.4.3 cocoapods

Firebase CocoaPods 安装不工作