Firestore Cocoapod not installing



当我运行"吊舱安装";我收到错误信息

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

克隆到"/var/folders/4p/459gq24124v89blbhvwjh7hc0000gn/T/d2200811-19278-1druayd"。。。错误:RPC失败;curl 18传输结束,剩余未完成的读取数据致命:远端意外挂断致命:早期EOF致命:索引包失败";

我知道;消防基地/消防仓库";就是问题所在。为什么会这样?

播客文件:

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

这很可能是瞬态网络故障的结果。请重试。

最新更新