2016-12-16 47 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主要回購 –

相關問題