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

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

    try to delete the file podfile.lock
    it helps with issue:

    [!] CocoaPods could not find compatible versions for pod "Firebase/Core":
    In snapshot (Podfile.lock):
    Firebase/Core (= 4.8.1)

提交回复
热议问题