Firebase Undefined symbols for architecture x86_64

后端 未结 17 1654
慢半拍i
慢半拍i 2020-12-03 10:07

I am using firebase as part of a project I am working on in iOS, and I just stumbled upon the following linking error when I try to compile my code against an iPhone 6 or 7

17条回答
  •  悲哀的现实
    2020-12-03 10:23

    If nothing is working for you then try downgrading firebase pods. I downgraded it to '6.27.0' and it worked like a charm. I read this solution here.

    pod 'Firebase/Core', '6.27.0'
    

提交回复
热议问题