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

前端 未结 8 1929
时光说笑
时光说笑 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
    

提交回复
热议问题