We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
im implementing SQLCipher to encrypt my database but when setting the key I am getting the following error:
not an error (code: 21)
func setupDB() { do { let path = NSSearchPathForDirectoriesInDomains( .documentDirectory, .userDomainMask, true ).first! let db = try Connection("\(path)/db.sqlite3") try db.key("password") } catch { print(error) } }
pod 'SQLite.swift', '~> 0.15.3' pod 'SQLite.swift/SQLCipher', '~> 0.15.3'
Xcode 15.4 iOS 17.4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
im implementing SQLCipher to encrypt my database but when setting the key I am getting the following error:
not an error (code: 21)
Build Information
The text was updated successfully, but these errors were encountered: