couchbaselabs / ToDoLite-iOS

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

Titled.m:29:19: No visible @interface for 'CBLModel' declares the selector 'initWithNewDocumentInDatabase:' #51

Closed pejalo closed 9 years ago

pejalo commented 9 years ago

I'm a newb to Couchbase, getting this error when trying to build the project for the first time.

Couchbase lite Community 1.1.0-31 Xcode 6.3.2 OSX Yosemite 10.10.3

snej commented 9 years ago

Check out the cbl_1.1 branch and build that. The master branch is still set to build with 1.0.4.

pejalo commented 9 years ago

Beautiful. On first glance this code looks cleaner. Thanks @snej !