我正在尝试使用调用以下方法的种子数据库创建持久性存储
- (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