我的目標:獲得https://github.com/couchbaselabs/ToDoLite-iOS與Couchbase服務器和同步網關localhost
而不是默認演示網址同步。Couchbase Mobile(Sync Gateway)示例TODOlite應用程序不會複製;抱怨_facebook不存在
我運行同步網關就像這樣: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}
我該如何解決這個?
好的解釋!好奇你在建什麼和用例?發送郵件到hokshunpoon.me – sweetiewill 2015-01-03 02:59:37