1. id<CBLAuthenticator> auth;
2. auth = [CBLAuthenticator basicAuthenticatorWithName:@"something" password:@"something"]; First line is fine. Error in second line: ! Use of undeclared identifier 'CBLAuthenticator' -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/d6b856dd-4411-444f-ad35-ba77188444e5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
