Those log message, especially “decrypting…” show that you removed encryption from the database (by calling -changeEncryptionKey: nil error:...
.
If after that you try to reopen the database using the old encryption key, it will fail.
Those log message, especially “decrypting…” show that you removed encryption from the database (by calling -changeEncryptionKey: nil error:...
.
If after that you try to reopen the database using the old encryption key, it will fail.