You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am using the realm-swift library in an iOS app through SPM.
After upgrading from version 10.7.4 to 10.38.0, I encountered the error:
"Opening Realm files of format version 23 is not supported by this version of Realm."
Data was being saved successfully, but at some point, the saved data disappeared.
Currently, there have been no changes to the schema, and I only updated the library. I increased the schema version, but the previously saved data is still not visible.
I would like to ask if there are additional steps I need to take or if simply increasing the schema version is sufficient.
Stacktrace & log output
No response
Can you reproduce the bug?
Always
Reproduction Steps
No response
Version
10.38.0
What Atlas Services are you using?
Local Database only
Are you using encryption?
No
Platform OS and version(s)
iOS
Build environment
Xcode version: 16
Dependency manager and version: ...
The text was updated successfully, but these errors were encountered:
We have millions of installations and something like this has happened to us too, many users have had the app no longer able to store data, they only solved it by reinstalling the app.
In the past if there was some problem the realm file was destroyed starting from scratch if perhaps a bad change had been made or an incorrect migration or simply a forgetfulness of the schema but something like this had never happened to us, it seems that it has corrupted the .realm so that it no longer accepts data... it is mandatory to destroy and recreate the DB
How frequently does the bug occur?
Always
Description
Hello,
I am using the realm-swift library in an iOS app through SPM.
After upgrading from version 10.7.4 to 10.38.0, I encountered the error:
"Opening Realm files of format version 23 is not supported by this version of Realm."
Data was being saved successfully, but at some point, the saved data disappeared.
Currently, there have been no changes to the schema, and I only updated the library. I increased the schema version, but the previously saved data is still not visible.
I would like to ask if there are additional steps I need to take or if simply increasing the schema version is sufficient.
Stacktrace & log output
No response
Can you reproduce the bug?
Always
Reproduction Steps
No response
Version
10.38.0
What Atlas Services are you using?
Local Database only
Are you using encryption?
No
Platform OS and version(s)
iOS
Build environment
Xcode version: 16
Dependency manager and version: ...
The text was updated successfully, but these errors were encountered: