The app currently crashes when upgrading a file from 5.4.6 to 10.0.0-rc1. Judging by the error message it is pretty clear that the latest 10.0.0-rc1 build can't upgrade the file generated by 5.4.6 yet (v11). It would be nice if this was listed in the release notes so I could have waited to attempt to upgrade.
Upgrade to Realm 10.x apis
Upgrade should succeed
When opening a local realm file the app crashes with the message "Assertion failed: current_file_format_version >= 5 && current_file_format_version <= 10 with (current_file_format_version) = [11]"
1: Create a local realm using Realm 5.4.6
2: Switch to the new 10.0.0-rc1 sdk
3: Open realm file
Realm framework version: 5.4.6, 10.0.0-rc1
鈹咥ttachments: delcrash-914-6847.zip
@sipersso ,
I can reproduce this crash. Thank you
Awesome! @pavel-ship-it
It's fixed already and will be available in upcoming release.
Thanks @pavel-ship-it! I'll wait for the release then ;)