couchbaselabs / ToDoLite-iOS

To-Do list sample app for Couchbase Lite, native iOS version
85 stars 41 forks source link

Unable to build the app with couchbase-lite-iOS ForestDB version #24

Closed hideki closed 8 years ago

hideki commented 9 years ago

Steps to reproduce:

  1. Build couchbase-lite-iOS Framework from forestdb branch
  2. Build ToDoLite-iOS with ForestDB version of couchbase-lite-iOS framework.
  3. See following errors
    • /Users/hideki/github-forestdb/ToDoLite-iOS/ToDoLite/AppDelegate.m:163:22: No visible @interface for 'CBLManager' declares the selector 'replaceDatabaseNamed:withDatabaseFile:withAttachments:error:'
    • /Users/hideki/github-forestdb/ToDoLite-iOS/ToDoLite/AppDelegate.m:401:18: No visible @interface for 'CBLManager' declares the selector 'replaceDatabaseNamed:withDatabaseFile:withAttachments:error:'

Note: According to @pasin , the method signature of ForestDB version is different from SQLite version.

pasin commented 8 years ago

Closed as fixed.