Roobiq / RBQFetchedResultsController

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

Swift-cocoapods Swift Example: RBQSafeRealmObject.h file not found #94

Closed finneycanhelp closed 1 year ago

finneycanhelp commented 8 years ago

RBQSafeRealmObject.h file not found compilation issue.

Got compilation error : RBQSafeRealmObject.h file not found

Using cocoapods 1.0.0

ngs commented 8 years ago

You need to init submodules.

git clone http://github.com/Roobiq/RBQFetchedResultsController
cd RBQFetchedResultsController
git submodule update --init --recursive 
wieseljonas commented 8 years ago

I get the same error when I use the latest version from github.

pod 'SwiftFetchedResultsController', :git => 'https://github.com/Roobiq/RBQFetchedResultsController.git'