【发布时间】:2021-05-27 18:00:44
【问题描述】:
你好,我已经在 linux 上创建了我的颤振项目,现在我通过将其推送到 GitHub 并将其克隆到我的 make 来将它移动到 Mac,以避免任何可能出错的事情,但现在我得到的只是这个错误,我不知道为什么!
** BUILD FAILED **
Xcode's output:
↳
/Users/fahmisawalha/development/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.20.0+1/ios/Classes/FLTFirebaseAuthPlugin.m:54:35: error: unknown type name 'FIRAuthStateDidChangeListenerHandle'
NSMutableDictionary<NSString *, FIRAuthStateDidChangeListenerHandle> *_authChangeListeners;
^
【问题讨论】:
标签: xcode firebase flutter firebase-authentication