eson

Results 5 comments of eson

> 这样可以解决,我这边成功了: > > -framework "WCDBSwift" -force_load $(BUILT_PRODUCTS_DIR)/WCDBOptimizedSQLCipher/sqlcipher.framework/sqlcipher this helped me.

I still encounter this problem. Is there any new solution now? @RingoD version: WCDB.swift (2.0.4) WCDBOptimizedSQLCipher (1.4.2)

Is there any good solution?

发现你们说的注释 data = [RSA stripPrivateKeyHeader:data]; 这行代码最终可行。最终的问题是判断 if (0x04 != c_key[idx++]) return nil; 这个判断的问题