couchbaselabs / CouchCocoa

Objective-C API for CouchDB on iOS and Mac OS
http://couchbaselabs.github.com/CouchCocoa/docs/
218 stars 66 forks source link

CouchModelFactory cannot be used #66

Open pulkitsinghal opened 11 years ago

pulkitsinghal commented 11 years ago

In CouchModelFactory.m #import <CouchCocoa/CouchDatabase.h> needs to be changed to #import "CouchDatabase.h" for CouchModelFactory to be useable.

snej commented 11 years ago

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.