Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQLCipher decrypt failed on iOS12 & iOS11 #1057

Open
CC-iOS-feifei opened this issue Aug 12, 2021 · 0 comments
Open

SQLCipher decrypt failed on iOS12 & iOS11 #1057

CC-iOS-feifei opened this issue Aug 12, 2021 · 0 comments

Comments

@CC-iOS-feifei
Copy link

  • Build Information
    SQLite.swift (0.12.2),SQLCipher (4.4.3)
    Xcode 12.2
    iOS12 & iOS11

  • How do do you integrate SQLite.swift in your project?
    CocoaPods

  • My Issue
    SQLCipher works well on iOS13 and later version,but decrypt failed on iOS12 & iOS11

  • Podfile

pod 'SQLite.swift', '~> 0.12.2'
pod 'SQLite.swift/SQLCipher', '~> 0.12.2'

In order to make a success,I edit @import SQLite3 -> @import SQLCipher in SQLiteObjc.h

when I call the key method,Console print error "[logging] misuse at line 222049 of [95fbac39ba]"

db = try Connection(path)
try db!.key("key")

Thanks in advance for your answers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants