我的目标:让https://github.com/couchbaselabs/ToDoLite-iOS与 Couchbase 服务器同步并同步网关,localhost
而不是使用默认的演示 URL。
我像这样运行同步网关:bin/sync_gateway -url http://localhost:8091
然后我在示例中唯一更改的是:
-#define kSyncGatewayUrl @"http://demo.mobile.couchbase.com/todolite"
+#define kSyncGatewayUrl @"http://localhost:4984/sync_gateway/"
当我跑步时
Error: Error Domain=CBLHTTP Code=404 "404 not_found" UserInfo=0x7ff11941fb50 {NSURL=http://localhost:4984/sync_gateway/_facebook, NSLocalizedFailureReason=not_found, NSLocalizedDescription=404 not_found}
我该如何解决?