Questions tagged [realm-studio]

13 questions
6
votes
2 answers

Opening Realm files of format version 11 is not supported by this version of Realm in Realm Studio

I am working with React-Native. In this I am referring this documentation to use Realm Database in React-Native. I can create react-native database but unable to open it in Realm-Studio - V3.11.0. When I am opening saved Realm file in studio it…
Krunal Kapadiya
  • 2,853
  • 3
  • 16
  • 37
4
votes
1 answer

Can't view a realm file on Realm Studio

When I go to the folder that has my default.realm file and open that file with Realm Studio application, I don't see the actual window and instead see a slim line like that shown in the picture attached. When I do click the slim line, the…
Junsu Kim
  • 356
  • 3
  • 13
4
votes
3 answers

Realm Studio: Unable to open a realm... Invalid top array (ref: 34280, size: 11)

Realm is working in my react-native app, (running on iPad simulator). I've found the default.realm file but get the error 'Invalid top array' when trying to open it with Realm Studio. Realm Studio can open the downloaded demo file just fine, but I…
Paul Schorey
  • 862
  • 10
  • 14
2
votes
0 answers

database upgrade required but prohibited realm swift

trying to open .realm file via Realm Studio on MAC but Screen appears including " database upgrade required but prohibited. " " no schema selected " this screen appears when i open .realm file via Realm Swift tried to open the file via realm swift…
1
vote
1 answer

Realm Studio syntax filtered list of results based on linked object

What is the proper way to query in Realm Studio and retrieve a list of objects that satisfy one condition as well as satisfying the state of linked records Example ObjectB { id: STRING included: BOOL } ObjectA { id: STRING subID: STRING objBArray:…
justdan0227
  • 1,374
  • 18
  • 48
1
vote
0 answers

How to extract data from existing REALM database (total novice)

First off, I'm a total novice with regards to Realm so please bare with me. I have an app on my iPhone that stores data in a Realm db and I'd like to export some values from it. Using iExplorer I copied the db file from an iPhone backup onto my…
apta
  • 11
  • 1
1
vote
0 answers

Opening Realm files of format version 11 is not supported by this version of Realm on Mac

Already saved my data to Local Realm DB. But can't read it with Realm Studio. Also can't read it with Realm Browser. Realm Browser asking for encryption key with 128-hex value.
1
vote
1 answer

Realm Studio 3.8.2 fails to start on MacOS Catalina

I have this issue on macOS Catalina Realm Studio: 3.8.2 MacOS: 10.15.1 how can i fix that ? Thanks !
asma
  • 599
  • 1
  • 7
  • 19
1
vote
0 answers

Realm Studio - how to filter by linked objects

When using Realm Studio, filtering by data columns on a collection works, however, filtering by a linked record does not seem to? I have tried both the syntax in the linked documentation as well as a variety of other attempts and guesses. For…
genkilabs
  • 2,966
  • 30
  • 36
0
votes
0 answers

Swift - Unable to open a realm at path, open() failed: Operation not permitted

I have created a realm database, and I can fetch the data on my iOS application class on the mobile device. but I need to fetch data from the custom keyboard extension class of the same application. I got a realm. lock file operation not permitted…
0
votes
0 answers

Can't view realm file in Realm Studio (Version 13.0.0) on macOS Ventura 13.0

I tried to open realm demo file in Realm Studio but all that I see is the above image. I've tried several times but still same results.
Kakyire
  • 112
  • 6
0
votes
0 answers

Geting the Location of Realm file on a Mac

I am using a MacBook and I develop an android app using react native and realm database using Android Studio. I have realm studio and I need to open the realm file from where it is stored instead of downloading it first, so that i can view my real…
Amani
  • 227
  • 1
  • 10
0
votes
1 answer

Realm Studio: Bad progress information (DOWNLOAD)

When connecting to Realm Cloud within Realm Studio on my 2013 iMac, I get the subject error on the Realm Object Server window for my synced cloud realm instance. After clicking 'Connect to Cloud' the ROS window pops up and the status indicator in…