Firebase Crash.. iOS Swift

前端 未结 8 1118
野的像风
野的像风 2020-12-17 00:04

My Firebase iOS App i had to put the frameworks in manually due to some reason in cocoapods.

i have been getting an crash error saying

2016-06-04 00         


        
相关标签:
8条回答
  • 2020-12-17 00:55

    I just lost hours to this - the readme and documentation is really poor

    You also need to include the GoogleToolboxForMac.framework I missed this out as I assumed it was for mac apps, but adding it in fixed the problem.

    0 讨论(0)
  • 2020-12-17 00:55

    I was just dragging code files and frameworks from another project and encountered this problem. After adding all frameworks in build phase, adding -ObjC in 'other linker flags' solved the problem.

    0 讨论(0)
提交回复
热议问题