python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Install Realm by SPM show Uncategorized warning : "Invalid exclude ... File not found"
I install realm by SPM after the installation I faced a below warning :
I found the same issue here :
https://github.com/realm/realm-swift/issues/7295
and solution for it, (I don't get it)
https://gi...
fdvfarzin
Votes: 0
Answers: 0
Conforming [T] array with Realm ThreadConformed
I want to know how can I achieve a ThreadSafety in array of type Results<[T]>?
[T] does not conform ThreadConfined is the error
anotherdispatchqu.async{
for object in objects {
realm...
heyefi2327
Votes: 0
Answers: 0
Why my Gradle is showing Read Time out after adding Realm Database
I just add Realm Database in my Project. But now my Gradle giving me error "Read Time out"
Below I'm showing full error image.
I'm Following Realm Documentation as they mention but still get...

Ashwin Vishwakarma
Votes: 0
Answers: 1
How to store an Array of Arrays with Realm in React Native?
I want to store an array of arrays using Realm, but if I use type mixed it throws an error:
[Error: A mixed property cannot contain an array of values.]
This is my sample code:
export const ContentS...
Nishad Patil
Votes: 0
Answers: 1