2016-12-16 42 views
6

无法找到FirebaseAnalytics依赖的GoogleSymbolUtilities (~> 1.1)的规范我试图安装Firebase pod文件时遇到此错误。无法找到由'FirebaseAnalytics`依赖的`GoogleSymbolUtilities(〜> 1.1)`的规范

我已经试过这个解决方案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 

这是错误日志

Error

+0

请检查。 http://stackoverflow.com/a/37365721/4910767 –

+0

平台:ios,'8.0'平台变化@BadalShah我需要这个在ios 7.0 –

回答

1

我安装了podfile并与iOS7做工精细,所以可能在你荚有错尝试做除去豆荚和重新安装,由于pod安装需要更多时间试试这个建议解决方案https://stackoverflow.com/a/39904450/5251783,希望这对你有所帮助。

+0

我会尝试这个答案等待 –

+0

好吧需要一些时间 – Hosny

+0

它需要多于15分钟,它仍然显示我设置CocoaPods主要回购 –

相关问题