Unable to find a specification for GoogleSymbolUtilities (~> 1.1)
depended upon by FirebaseAnalytics
i got this error when i m try to install firebase pod file .
I already try this solution . 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
Here is error log