couchbaselabs / CouchCocoa

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

Linker error when building Demo-Addresses and Demo-Shopping #77

Open tciuro opened 10 years ago

tciuro commented 10 years ago

Hi,

When I try to build the Demo-Addresses and Demo-Shopping schemes I get the following error:

/Users/tito/Desktop/CouchCocoa/Couch/CouchDesignDocument_Embedded.h:16:9: 'TouchDB/TD_Database+Insertion.h' file not found

Do I really need TouchDB?

snej commented 10 years ago

Those demos use it. What are you trying to use CouchCocoa for; as a client for CouchDB? You can change those sample targets slightly to connect to a CouchDB URL instead of starting up TouchDB.

tciuro commented 10 years ago

Yes, I wanted to use it as a CouchDB client. I'll do as you suggest and rework the target to use a CouchDB URL.