RestKit copySeedDatabaseIfNecessaryFromPath:数据库为空

时间:2014-12-11 10:57:36

标签: restkit restkit-0.20

我正在尝试使用调用以下方法的种子数据库创建持久性存储

- (NSPersistentStore *)addSQLitePersistentStoreAtPath:(NSString *)storePath
                           fromSeedDatabaseAtPath:(NSString *)seedPath
                                withConfiguration:(NSString *)nilOrConfigurationName
                                          options:(NSDictionary *)nilOrOptions
                                            error:(NSError **)error

数据库已正确创建但为空。我已检查种子数据库是否有数据。

有关完整的流程说明,您可以查看以下SO问题:

https://stackoverflow.com/questions/27301227/how-to-perform-persistent-store-swap-with-restkit-0-2

0 个答案:

没有答案