【发布时间】:2017-05-02 04:39:17
【问题描述】:
无法找到 GoogleSymbolUtilities (~> 1.1) 依赖于 FirebaseAnalytics 的规范,当我尝试安装 firebase pod 文件时出现此错误。
我已经尝试过这个解决方案。 pod repo update --verbose
# Uncomment the next line to define a global platform for your project
platform :ios, '7.0'
target 'Rehabtask' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
use_frameworks!
# Pods for Rehabtask
target 'RehabtaskTests' do
inherit! :search_paths
# Pods for testing
end
target 'RehabtaskUITests' do
inherit! :search_paths
# Pods for testing
end
pod 'Firebase'
end
这是错误日志
【问题讨论】:
-
platform :ios, '8.0' platform change @BadalShah 我在 ios 7.0 中需要这个
标签: ios objective-c firebase cocoapods