How to solve “duplicate symbol” when added Firebase in Xcode

后端 未结 3 1909
别跟我提以往
别跟我提以往 2021-02-13 09:44

I can\'t solve the error \"duplicate symbol\".

The error is

duplicate symbol _GSDK_NSClassFromString in: .../Pods/FirebaseCore/Frameworks/FirebaseCore.fr         


        
3条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-13 09:58

    I solved the issue by

    1. Deleting everything from my podfile and running pod install
    2. Putting everything back in my podfile and running pod install

    It's the only thing that worked for me.

提交回复
热议问题