【发布时间】: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