1

在我的 IOS 应用程序中,在声明中

 NSDictionary *x = [NSPersistentStoreCoordinator 
     metadataForPersistentStoreOfType:NSSQLiteStoreType 
     URL:<url> error:&error];

我收到以下错误,x 为零:

“SQLite 错误代码:3850,'不是错误'errno:9”

这是什么意思?

4

1 回答 1

1

它可能是

#define SQLITE_INTERRUPT    9   /* Operation terminated by sqlite3_interrupt()*/

来源

于 2013-08-24T14:39:22.000 回答