couchbaselabs / ToDoLite-iOS

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

Build error with Couchbase Lite 1.1 #52

Closed snej closed 9 years ago

snej commented 9 years ago

The method -[AppDelegate migrateOldVersionApp] calls the old removed version of [CBLManager replaceDatabaseNamed:…]. I haven’t seen that method before and I’m not quite sure what it’s doing or how to update it. @pasin, since you wrote it originally, could you update it to 1.1? (Or should we just remove the migration entirely?)

We need to fix this ASAP since this code is used in official tutorials.

pasin commented 9 years ago

I just removed the migration code to simplify the code.