EncryptedIncrementalStore与NSBatchDeleteRequest& amp;的兼容性NSBatchUpdateRequest

时间:2016-04-26 15:34:35

标签: ios swift core-data

我在swift中使用EncryptedIncrementalStore来使用核心数据加密。我想使用NSBatchDeleteRequest从一个实体中删除一些记录,当我获取结果时,我的响应中出现了nil错误。

以下方法仅支持NSFetchRequestType& NSSaveRequestType

- (id)executeRequest:(NSPersistentStoreRequest *)request
         withContext:(NSManagedObjectContext *)context
               error:(NSError **)error

我如何使用NSBatchDeleteRequest& NSBatchUpdateRequest?

感谢。

0 个答案:

没有答案