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

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

    None of the approaches mentioned worked for me. Here is how I made it to work, however:

    1. Comment out all of your pods in your Podfile.
    2. Comment them back in one-by-one and run pod install after each
    3. Clean and run

    I hope it will help somebody.

提交回复
热议问题