RxSwiftCommunity / RxCoreData

RxSwift extensions for Core Data
MIT License
164 stars 68 forks source link

Crash on iOS 12 + #47

Closed gordoneliel closed 5 years ago

gordoneliel commented 5 years ago

I am getting an unusual crash on devices > iOS 12 which seem to originate from FetchResultsControllerEntityObserver.sendNextElement(). Unfortunately, I am unable to recreate this as it happens randomly with devices from the App Store release. Seems related to #37. Here is a screenshot of where its happening, when mapping from CoreData model to a view model struct.

screen shot 2018-11-26 at 1 40 30 pm

gordoneliel commented 5 years ago

Closing this, doesn't seem to be from this lib.