Cocoapods: Unable to find a specification for `Firebase/Core`

前端 未结 8 1931
时光说笑
时光说笑 2020-12-25 12:36

I have this in podfile:

pod \'Firebase/Core\'
pod \'Firebase/Messaging\'

but getting this error:

[!] Unable to find

相关标签:
8条回答
  • 2020-12-25 13:04

    This worked for me by updating cocoapods and my pod repo:

    sudo gem install cocoapods
    pod repo update
    
    0 讨论(0)
  • 2020-12-25 13:05

    try below commands:

    pod repo remove master
    pod repo update
    pod install --verbose
    
    0 讨论(0)
提交回复
热议问题