Could not find `GoogleSymbolUtilities (~> 1.1)` specification, dependent on `FirebaseAnalytics`

I could not find the specification for GoogleSymbolUtilities (~> 1.1) depending on FirebaseAnalytics , I got this error when I try to install the podbase pod file.

I have already tried 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 the error log

Error

+6
source share
1 answer

I installed your podfile and it works fine with iOS7, so there might be something wrong with your program, try deleting the containers and installing it again, because of installing pod more time try to offer this solution fooobar.com/questions/27911/ ... hope this helps you.

+1
source

Source: https://habr.com/ru/post/1013214/


All Articles