Roobiq / RBQFetchedResultsController

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

Can't support Realm 3.0.0? #125

Open FrankSwift opened 7 years ago

FrankSwift commented 7 years ago

@interface RLMNotificationToken : NSObject /// Stops notifications for the change subscription that returned this token.

/// Stops notifications for the change subscription that returned this token.

ladeiko commented 7 years ago

i've made a fork https://github.com/ladeiko/RBQFetchedResultsControllerX

farooq82 commented 6 years ago

How can I use SwiftFetchedResultController with Realm 3.0.0? It's still using RBQFetchedResultsController 5.0.2

Insofan commented 6 years ago

@ladeiko @farooq82 Is there any way to run on xcode 9.3? 5.0.2 always warning Use of '@import' when C++ modules are disabled, consider using -fmodules and -fcxx-modules

ladeiko commented 6 years ago

My fork? If yes, then i’ll check

Insofan commented 6 years ago

@ladeiko How to install your fork by pod way ?

ladeiko commented 6 years ago

try pod 'RBQFetchedResultsControllerX'