Roobiq / RBQFetchedResultsController

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

Fixes Carthage ObjC example app and RBQFRC framework #71

Closed bigfish24 closed 8 years ago

bigfish24 commented 8 years ago

RBQFRC framework was attempting to embed RealmSwift framework, which was causing the framework to fail, which was observed in the Carthage ObjC example app (this also had unnecessary references to SwiftFetchedResultsController in it).