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

前端 未结 8 2000
时光说笑
时光说笑 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 12:38

    If it still doesn't work, remove cocoapods directory rm -rf ~/.cocoapods and re-setup cocoapods using pod setup

    Hope that helps

提交回复
热议问题