Firebase Phone number authentication Error

前端 未结 1 1057
予麋鹿
予麋鹿 2021-01-26 12:17

I am Using Firebase phone number login authentication All things are perfect

1) Provisioning profile

2) certificate

3) Signing methods Enable

相关标签:
1条回答
  • 2021-01-26 13:02

    It looks like you're not linking your app with -ObjC linker flag, which is part of the instructions for Integrate without CocoaPods.

    setFir_authPhoneNumber: is implemented as a category, thus -ObjC linker flag must be used or the compiled .o from the library won't be linked into your app binary.

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