我有一个现有的coredata ios项目,它有很多子查询谓词。我想加密我的sqlLite文件。通过EncryptedStore实现sqlchipher时,我面临“不支持的表达式类型4”。对于来自以下方法的子查询谓词
- (void)parseExpression:(NSExpression *)expression
inPredicate:(NSComparisonPredicate *)predicate
inFetchRequest:(NSFetchRequest *)request
operator:(NSDictionary *)operator
operand:(id *)operand
bindings:(id *)bindings {....}
请建议如何解决此问题或任何其他解决方案