Roobiq / RBQFetchedResultsController

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

Swift Example: DelegateProxy doesn't conform to RBQFetchedResultsControllerDelegate Compilation Error #93

Closed finneycanhelp closed 8 years ago

finneycanhelp commented 8 years ago

Hi,

I followed the directions on https://github.com/Roobiq/RBQFetchedResultsController as follows:

I get the following compilation error:

...RBQFetchedResultsController/RBQFetchedResultsController/Source/Swift/FetchedResultsController.swift:400:16: Type 'DelegateProxy' does not conform to protocol 'RBQFetchedResultsControllerDelegate'

(Using cocoapods 1.0.0)