Open pulkitsinghal opened 11 years ago
In CouchModelFactory.m #import <CouchCocoa/CouchDatabase.h> needs to be changed to #import "CouchDatabase.h" for CouchModelFactory to be useable.
#import <CouchCocoa/CouchDatabase.h>
#import "CouchDatabase.h"
Well, it depends on how you've got your preprocessor framework search paths configured. It builds in the CouchCocoa project; you shouldn't need to compile it yourself.
In CouchModelFactory.m
#import <CouchCocoa/CouchDatabase.h>
needs to be changed to#import "CouchDatabase.h"
for CouchModelFactory to be useable.