bAthi
bAthi

Reputation: 381

SQLCipher "file is not a database" Error After Updating iOS App

I'm encountering an issue with SQLCipher in my iOS app after updating to a new version, which involves different workspaces of my app. The app uses SQLCipher(version: 3.1) to manage an encrypted SQLite database.The previous version (workspace2) had SQLCipher code that worked correctly. However, after updating to the new version (workspace1), I'm now receiving the error "file is not a database" when trying to access the database file.

Workspace Dependencies:

Previous Version:

New Version:

Steps Taken:

Checked Database Path:

Encryption Key:

Database File Integrity:

Upvotes: 0

Views: 172

Answers (0)

Related Questions