Hi

I'm getting several errors reported through Crashlytics about this:

if(!_db){

        _db = [servidor databaseNamed:@"pharmadvisor_mobile" error:&error]; 
<<< Line updating "error" variable

    }

    

    if (!_db || error){

            [NSException raise:@"Error creando DB" format:@"Error 
inesperado: %@", error];

    }

    

    if(_db)

        [self inicializarVistas];


    return _db;

The error complete is: 

*Error Domain=SQLite Code=23 "authorization denied" UserInfo=0x155802e0 
{NSLocalizedDescription=authorization denied}*


-- 
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/3ac93597-75a1-403e-999d-d3d98a14b627%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to