Firebase Crash.. iOS Swift

前端 未结 8 1140
野的像风
野的像风 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:48

    Adding this linker flag fixed the problem for me. I had tried using CocoaPods first, but couldn't get it to import any of the more specific Firebase modules. Adding the frameworks directly worked, but only if the -ObjC linker flag was added.

提交回复
热议问题