Realm Browser Cannot Open Default.realm

Asked 2 years ago, Updated 2 years ago, 44 views

When I used RealmBrowser to specify the appropriate default.realm, the following message dialog was displayed, and I could not see the contents when I went ahead.

'default' could not be opened. It may be encrypted, or it is not in a compatible file format.
If you know the file is encrypted, you can manually enter its encryption key to open it.

If you print the results of the query, it is certain that the contents are present.

Do I need to do something special when I open the file?

ios swift xcode realm

2022-09-30 18:28

1 Answers

Realm Java 0.83, Realm Objective-C&Swift changed the format of the database file from 0.96.

RealmBrowser is not able to follow this change and cannot open the database file.
The development team is aware of this issue and RealmBrowser will be updated soon.

Please wait a little longer for the updated version to be released.

https://realm.io/jp/news/realm-java-0.83.0/
https://realm.io/jp/news/realm-objc-swift-0.96.0-beta/


2022-09-30 18:28

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.