我在swift中使用EncryptedIncrementalStore来使用核心数据加密。我想使用NSBatchDeleteRequest从一个实体中删除一些记录,当我获取结果时,我的响应中出现了nil错误。
以下方法仅支持NSFetchRequestType& NSSaveRequestType
- (id)executeRequest:(NSPersistentStoreRequest *)request
withContext:(NSManagedObjectContext *)context
error:(NSError **)error
我如何使用NSBatchDeleteRequest& NSBatchUpdateRequest?
感谢。