Skip to content

podfile 文件开启 use_frameworks 后 sqlite3_key 调用系统方法 #89

@Vincentzzg

Description

@Vincentzzg

田大哥,我又来了

最近项目需要接一个swift的库,需要开启podfile 文件里的 use_frameworks 开关,开启之后运行项目发现数据库报错:
截屏2021-08-20 下午2 57 24

怀疑是密码传递的问题,断点 SQLCipher 里面的 sqlite3_key 函数后,发现断点并没有走,居然调用了系统SQLite库里面的方法,没有调用 SQLCipher 里面的。
应该是开启了 use_frameworks 后,这些库的 framework 都是动态链接的,SQLCipher 库干脆就没链接,直接使用了系统库的方法,请教田大哥这个怎么破。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions