Sorix / CloudCore

Framework that enables syncing between iCloud (CloudKit) and Core Data
MIT License
153 stars 40 forks source link

Implement ordered relationships #25

Closed lludo closed 6 years ago

lludo commented 6 years ago

Right now it just thows the orderedSetRelationshipIsNotSupported error.

Sorix commented 6 years ago

It is against CloudKit's data structure (CloudKit doesn't support ordering). I suggest to use "order" property at your Entity and to sort it using that property.