It works perfectly but I need it to work on a 64 bits iPad retina, so in that case the build fails. Reason: "missing required architecture for x_86_64"
I found this other guide which I suspect would fix the issue:but the first step is to change the schema to CBL IOS which is not available in my project.

I just pulled the latest and I don't see a CBL iOS, I do see a 'Continuous iOS' and a 'CBL iOS Library'. Is there a different version I should be looking at?
NSArray* repls = [self.database replicationsWithURL: newRemoteURL exclusively: YES];
it's not compiling, the error says:
No visible @interface for `CBLDatabase` declares the selector 'replicationsWithURL: exclusively`
Did I miss something?NSArray* repls = [self.database replicationsWithURL: newRemoteURL exclusively: YES];
it's not compiling, the error says:
No visible @interface for `CBLDatabase` declares the selector 'replicationsWithURL: exclusively`
I took it from the grocery-sync example but some months ago, shall I download the example again so that I check the changes?
Could not connect to the server. (error=Error Domain=NSURLErrorDomain Code=-1004 "Could not connect to the server." UserInfo=0x1702e2200 {NSUnderlyingError=0x170242d00 "Could not connect to the server.", NSErrorFailingURLStringKey=http://127.0.0.1:4984/srestaurant/_local/d0eaf494aaa9a6ba54e5cc4b6ebf0f157bcb2d64, NSErrorFailingURLKey=http://127.0.0.1:4984/srestaurant/_local/d0eaf494aaa9a6ba54e5cc4b6ebf0f157bcb2d64, NSLocalizedDescription=Could not connect to the server.})
2014-05-30 14:32:27.668 Botellon3[5903:60b] ALERT: Error while synchronizing DB
This is the first time I use this iPad as testing device.
I appreciate your advice, as I have no clue why the result is different in iOS simulator than in the real device. Anything I need to configure in the iPad?
Thanks a lot,
Sandra