【问题标题】:Firestore Cocoapod not installingFirestore Cocoapod 未安装
【发布时间】:2020-08-11 13:47:15
【问题描述】:

当我运行“pod install”时,我收到了错误消息

"[!] 安装 BoringSSL-GRPC 时出错 [!] /usr/bin/git clone https://github.com/google/boringssl.git /var/folders/4p/459gq24124v89blbhvwjh7hc0000gn/T/d20200811-19278-1druayd --template=

正在克隆到 '/var/folders/4p/459gq24124v89blbhvwjh7hc0000gn/T/d20200811-19278-1druayd'... 错误:RPC 失败; curl 18 传输关闭,剩余未完成的读取数据 致命:远端意外挂断 致命:早期EOF 致命:索引包失败”

我知道“Firebase/firestore”是问题所在。这是为什么呢?

Pod 文件:

project 'Pordio.xcodeproj'

# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'Pordio' do
  # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  use_frameworks!

  # Pods for Pordio
  pod 'Kingfisher', '~> 5.14'
  pod 'GrowingTextView', '0.7.2'
  pod 'NotificationBannerSwift', '~> 3.0.0'

  pod 'Firebase/Core'
  pod 'Firebase/Analytics'
  pod 'Firebase/Auth'
  pod 'Firebase/Storage'
  pod 'Firebase/Messaging'
  pod 'Firebase/Performance'
  pod 'Firebase/Crashlytics'
  pod 'Firebase/Firestore'

end

【问题讨论】:

    标签: ios google-cloud-firestore cocoapods


    【解决方案1】:

    这很可能是暂时性网络故障的结果。请重试。

    【讨论】:

    • 你的意思是我的互联网连接吗?
    • 是的。这可能与某处的互联网连接不稳定有关。
    猜你喜欢
    • 1970-01-01
    • 2021-12-21
    • 2015-03-30
    • 1970-01-01
    • 2016-02-25
    • 1970-01-01
    • 2019-02-07
    • 1970-01-01
    • 2022-11-30
    相关资源
    最近更新 更多