To read and print the data in realm obj-c
Dogs {
accessToken: "123",
msgApiUrl: "123",
apiKey: "123",
appName = "123";
}
RLMResults returns

I have a react-native app and I installed a Realm Framework in obj-c (native side)
and open and copy the bundledfiles in javascript side.
```
Dogs *data = [[Dogs alloc] init];
data.accessToken = @"123";
data.apiKey = @"123";
data.appName = @"123";
data.msgApiUrl = @"123";
[realm beginWriteTransaction];
[realm addObject:data];
[realm commitWriteTransaction];
// Read some data from the bundled Realm
RLMResults
NSLog(@"==mantra== %@", mantra);
```
Obj-c 3.9
Realm framework version: ?
Realm Object Server version: ?
Xcode version: ? 9.4.2
iOS/OSX version: ? 10.0
Dependency manager + version: ?

I am also experiencing this issue. Please fix this issue
I'm having this problem also in my react native app. Please fix this issue. Thanks
Is anyone able to share version numbers of Realm? Is this happening to anyone with later versions?
Hi already fixed this issue. The issue was my RealmJS is not compatible to the Realm im using in native for obj-c. Thanks 馃槉Sent from my Samsung Galaxy smartphone.
-------- Original message --------From: ericjordanmossman notifications@github.com Date: 7/2/20 7:09 AM (GMT+08:00) To: realm/realm-cocoa realm-cocoa@noreply.github.com Cc: godyolops gerrytanjr@gmail.com, Author author@noreply.github.com Subject: Re: [realm/realm-cocoa] RLMResults returns
Is anyone able to share version numbers of Realm? Is this happening to anyone with later versions?
鈥擸ou are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.
[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/realm/realm-cocoa/issues/5935#issuecomment-652688805",
"url": "https://github.com/realm/realm-cocoa/issues/5935#issuecomment-652688805",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]