Can't run iOS CouchDemo
I can't get past this error. I have the CouchBase.framework and the CouchCocoa.framework in the Couchbase-demo git repository, but they don't include this file. I cloned the CouchCocoa repository and it includes this header file, but doesn't include it in the built product framework.
/Users/tbelote/Documents/iphone/iOS-Couchbase-Demo/Source/RootViewController.h:22:9: fatal error: 'CouchCocoa/CouchUITableSource.h' file not found [2]
Thanks the code is working for me now, but you should fix the CouchCocoa link on this page: http://www.couchbase.org/get/couchbase-mobile-for-ios/current
I had to go to github to download the latest working copy here: https://github.com/downloads/couchbaselabs/CouchCocoa/CouchCocoa-iOS-201...
Sorry about this, I think it is due to a temporary source error that was fixed quickly after you pushed it. I would suggest you retry with the latest code and let us know how that works.
Chris