> I am having problems building the ios couchbase demo.
> I believe it is because the project is using the new couch persistent replication but this is not present in the latest downloadable prebuilt framework.
Aw crap, that’s my fault; sorry. We don’t have automated builds of the CouchCocoa framework yet, and sometimes I forget to upload a new compiled build after I commit API changes like that.
> If I am right. How quickly is the prebuilt framework updated. What I am trying to find out is am I best reverting the demo in git to match the framework or waiting until the new framework is released.
Here’s a brand new build:
https://github.com/downloads/couchbaselabs/CouchCocoa/CouchCocoa-iOS-20110916.zip
Or you can check out CouchCocoa with git and build the “iOS Framework” scheme yourself (see the readme for details.)
> As an aside how stable is the api framework likely to be moving forward.
As stable as we can make it :) It’s definitely a supported part of Couchbase Mobile, we just keep it separate from the core framework because it’s not essential and some people may choose to use a different API or roll their own using NSURLConnection.
—Jens