【发布时间】:2018-05-06 12:37:24
【问题描述】:
我正在使用Firebase 4.6.0、Xcode 9.1、Swift 4。
当我实现FUIAuthDelegate 协议及其所需的函数authUI(_ authUI: FUIAuth, didSignInWith user: User?, error: Error?) 时,我仍然得到一个编译错误“类型'AppDelegate' 不符合协议'FUIAuthDelegate'”。为什么?
【问题讨论】:
标签: ios swift firebase firebase-authentication