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
We compile the xcframework by ourselves, we use submodules to get the project source code. We tried to update the current version 10.46.0 to 10.54.1 but it crashes in the runtime. I will keep trying to find the version that broke the history schema.
At least downgrading from 10.54.1 back to 10.46.0 is non destructive (as per it's not changing anything in the realm file). So rollbacks are possible.
Migrations working:
10.46.0 -> 10.47.0 -> 10.48.1
10.46.0 -> 10.49.3
Stacktrace & log output
Error Domain=io. realm Code=15 "History schema version not consistent" UserInfo={Error Name=IncompatibleSession,
NSLocalizedDescription History schema version not consistent, Error Code=15)
Can you reproduce the bug?
Always
Reproduction Steps
git clone the realm repository, run cd realm-cocoa and git checkout 6b1b7a8 to get the version 10.46.0
run ./build.sh xcframework ios catalyst
drag the generated xcframework to your project, compile the app and use Realm as normal
run cd realm-cocoa and git checkout v10.54.1 to get the version 10.54.1
run rm -rf build and ./build.sh xcframework ios catalyst
drag the generated xcframework to your project and replace the current one, compile the app and run, it should silently crash.
Version
10.54.1, v10.54.0
What Atlas Services are you using?
Local Database only
Are you using encryption?
Yes
Platform OS and version(s)
None
Build environment
Xcode version: 15.4
Swift version: 5.10
Dependency manager and version: None
The text was updated successfully, but these errors were encountered:
How frequently does the bug occur?
Always
Description
We compile the
xcframework
by ourselves, we use submodules to get the project source code. We tried to update the current version 10.46.0 to 10.54.1 but it crashes in the runtime. I will keep trying to find the version that broke the history schema.At least downgrading from 10.54.1 back to 10.46.0 is non destructive (as per it's not changing anything in the realm file). So rollbacks are possible.
Migrations working:
Stacktrace & log output
Error Domain=io. realm Code=15 "History schema version not consistent" UserInfo={Error Name=IncompatibleSession, NSLocalizedDescription History schema version not consistent, Error Code=15)
Can you reproduce the bug?
Always
Reproduction Steps
git clone
the realm repository, runcd realm-cocoa
andgit checkout 6b1b7a8
to get the version 10.46.0./build.sh xcframework ios catalyst
cd realm-cocoa
andgit checkout v10.54.1
to get the version 10.54.1rm -rf build
and./build.sh xcframework ios catalyst
Version
10.54.1, v10.54.0
What Atlas Services are you using?
Local Database only
Are you using encryption?
Yes
Platform OS and version(s)
None
Build environment
Xcode version: 15.4
Swift version: 5.10
Dependency manager and version: None
The text was updated successfully, but these errors were encountered: