Firebase Crash.. iOS Swift

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

    You need to add these libraries

    • libc++.tbd
    • libsqlite3.tbd
    • AddressBook.framework

    to Link Binary With Libraries.

    Go to Targets -> Build Phases

提交回复
热议问题