eson
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?
Is there any good solution?
发现你们说的注释 data = [RSA stripPrivateKeyHeader:data]; 这行代码最终可行。最终的问题是判断 if (0x04 != c_key[idx++]) return nil; 这个判断的问题
目前来说是不是只有通过使用4.4.1以下版本的来解决这个内存泄漏的问题,排查了一下午发现是因为这个库。
我尝试了你指定的4.3.62,发现依旧存在内存泄漏,只不过内存以0.1M/s左右的大小递增。在使用4.4.8的时候内存以大约1M/s左右的大小递增。我仅仅简单设置了setComposition以及[pagview setRepeatCount:-1]等属性,当我开始[pagview play]一直停留在这个页面后,就会出现上面的问题。
I have the same error here, is there any solution?