RxSwiftCommunity / RxRealm

RxSwift extension for RealmSwift's types
MIT License
1.15k stars 265 forks source link

Last version of RxRealm not compiling #175

Closed gorbat-o closed 2 years ago

gorbat-o commented 2 years ago

Hey guys,

I just did a pod update and then tried compiling With the last Realm update, this repo doesn't compile anymore

image

image

I will rollback atm

VipulDungranee commented 2 years ago

@gorbat-o I am having same issue , I can solve this by adding below in RxRealm.swift file

extension NotificationEmitter { public func observe(on queue: DispatchQueue?, _ block: @escaping (RealmCollectionChange<Self>) -> Void) -> NotificationToken { NotificationToken() } }

by adding above extension its solving problem but sometime app getting crash
let me know anyone has proper solution on this

arshiacont commented 2 years ago

Update your RxRealm and it should be fine. Close the ticket if applicable.