無法找到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
這是錯誤日誌
請檢查。 http://stackoverflow.com/a/37365721/4910767 –
平臺:ios,'8.0'平臺變化@BadalShah我需要這個在ios 7.0 –