Roobiq / RBQFetchedResultsController

Drop-in replacement for NSFetchedResultsController backed by Realm.
MIT License
477 stars 70 forks source link

-[RLMRealm path]: unrecognized selector sent to instance with RBQFRC 4.0.3 #92

Closed werne2j closed 7 years ago

werne2j commented 8 years ago

After upgrading Realm to 0.103.1 and RBQFR to 4.0.3 i am getting -[RLMRealm path]: unrecognized selector sent to instance When trying to perform a fetch.

I am getting an exception breakpoint at line 1813: RBQFetchedResultsController.m NSAssert(safeObject, @"Safe object can't be nil!");

Was working with Realm 0.98 and RBQFRC 3.0

stephenkopylov commented 8 years ago

As I understood - version of RBQFRC you use already supports Fine-grained notifications from Realm. So, you need to use recommended version of Realm and problem will go away. Anyway, I can recommend you to move to RBQFRC 4.0.4 and Realm 1.0 - It works nice! =)