无法找到`GoogleSymbolUtilities(〜> 1.1)`的规范,依赖于`FirebaseAnalytics`

Him*_*iya 6 objective-c ios cocoapods firebase

无法找到GoogleSymbolUtilities (~> 1.1)依赖的规范FirebaseAnalytics我在尝试安装firebase pod文件时遇到此错误.

我已经尝试此解决方案.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
Run Code Online (Sandbox Code Playgroud)

这是错误日志

错误

Hos*_*sny 1

我安装了你的podfile并且在iOS7上工作正常,所以你的pod可能有问题尝试删除pod并再次安装它,因为pod安装需要更多时间尝试这个建议的解决方案/sf/answers/2793311531/ /5251783,希望对您有帮助。