Firestore Cocoapod 未安装

Firestore Cocoapod not installing

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

[!] 安装 BoringSSL-GRPC 时出错 [!] /usr/bin/git 克隆 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”是问题所在。这是为什么?

播客文件:

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

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