Questions tagged [linkingobjects]

6 questions
0
votes
1 answer

Understanding LinkingObjects in Realm Xcode 12, Also when to use it

In Realm, I had problem understanding ( Im new in Realm T,T ) the implementations of LinkingObjects , let's say a Person could have more than one Dog ( List of Dog ) so I would write the code such as below: Person : Object { dynamic var…
Zack
  • 15
  • 4
0
votes
0 answers

LinkingObjects in Realm has no code completion for initialiser (XCode 12, Swift 5)

When trying to initialise LinkingObjects in Realm, there is no code completion appearing in XCode. Even after typing first external parameter and its value, there is no seems to appear. Line 16 is how it should be initialise according to Realm…
0
votes
1 answer

Query Based Synced Realm LinkingObjects returning nil

All the solutions I have found online are for local Realms, not synced Realms (I am using Query based sync). How to do it right for a synced Realm? I have a Shop object and an Item object. Shop has many items. User can browse the items and should…
zeeshan
  • 4,913
  • 1
  • 49
  • 58
0
votes
1 answer

How does the @LinkingObjects annotation in Realm work

I have an Android app that uses SQLite with its json1 extension as its database backend. While this works the SQL required to manipulate the JSON is very hard to understand and even harder to maintain. Consequently, I am currently experimenting…
DroidOS
  • 8,530
  • 16
  • 99
  • 171
0
votes
0 answers

Realm Swift: Querying over backlinks is disabled but backlinks were found in the inverse relationship

I am getting this error and can't seem to find any answer anywhere online. It is Swift 5.1 and Realm 3.19.1 Querying over backlinks is disabled but backlinks were found in the inverse relationship I have two simple Realm Model objects, Todo and…
zeeshan
  • 4,913
  • 1
  • 49
  • 58
-1
votes
1 answer

Is there a name for converting machine code to object files?

I appreciate this might be a really dumb question. Is there a name for the process in which machine code gets laid out in an ELF file or Mach-O file? I’d like to know more about that process, but I’m unsure what to search for. ‘Linking’ seems to be…
Rol
  • 501
  • 4
  • 13