ios - coredata metaData fetch error -


in ios app, in statement

 nsdictionary *x = [nspersistentstorecoordinator       metadataforpersistentstoreoftype:nssqlitestoretype       url:<url> error:&error]; 

i getting following error , x nil:

"sqlite error code:3850, 'not error' errno:9"

what mean?

it

#define sqlite_interrupt    9   /* operation terminated sqlite3_interrupt()*/ 

(source)


Comments

Popular posts from this blog

Line ending issue with Mercurial or Visual Studio -

java - Jtable duplicate Rows -

java - Run a .jar on Heroku -