iOS - SQLCipher子查询谓词在EncryptedStore中不起作用

时间:2015-10-08 07:01:27

标签: ios objective-c core-data nspredicate sqlcipher

我有一个现有的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 {....}

请建议如何解决此问题或任何其他解决方案

0 个答案:

没有答案