Roobiq / RBQFetchedResultsController

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

This doesnt not seem to be working with carthage...github "Roobiq/SwiftFetchedResultsController" #98

Open sirvon opened 8 years ago

sirvon commented 8 years ago
github "Roobiq/SwiftFetchedResultsController"

When i put that in a cartfile, I get this error...

*** Cloning SwiftFetchedResultsController
A shell task failed with exit code 128:
ERROR: Repository not found.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

When i take that lib out, the build succeeds, what gives?

ladvoc commented 8 years ago

I am having the same issue.

bachirelkhoury commented 8 years ago

use github "Roobiq/RBQFetchedResultsController" when you "carthage update", you will see it will build "SwiftFetchedResultsController.framework"

they need to update the README, because "SwiftFetchedResultsController" repository doesn't exist.