在范围内找不到类型“ListenerRegistration”
Posted
技术标签:
【中文标题】在范围内找不到类型“ListenerRegistration”【英文标题】:Cannot find type 'ListenerRegistration' in scope 【发布时间】:2022-01-16 09:34:06 【问题描述】:不太明白为什么这不起作用。
我有:
Import Firebase
...在顶部。其次是:
class MessageViewController: MessagesViewController
private var messages: [Message] = []
private var messageListener: ListenerRegistration?
它给了我错误:
我检查了文档,但 ListenerRegistration 似乎没有被弃用...那为什么会发生这种情况?
【问题讨论】:
【参考方案1】:ListenerRegistration
是FirebaseFirestore
包的一部分。您需要:
import FirebaseFirestore
【讨论】:
以上是关于在范围内找不到类型“ListenerRegistration”的主要内容,如果未能解决你的问题,请参考以下文章
FCM - 在范围内找不到类型“MessagingRemoteMessage”
在放大代码段的范围内找不到类型“AnyCancellable”