You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a core-data model with a few one-to-many relationships between entities (i.e. standard parent-child relationships, etc.) and I have successfully 'pushed' the data to dropbox by following the pattern in the Toado sample.
When I link a second device and the sync-manager attempts to populate core-data on that device from the records in the dropbox datastore it is failing, however, as it appears to be attempting to load the child entities before the parent entities are loaded and so the referential integrity is violated.
The only difference that I can see from my model and that of Toado is that my child-to-parent relationships are required whereas those in Toado are optional -- I'm hoping that I don't have to make all of these relationships optional... or do I?
The text was updated successfully, but these errors were encountered:
I have a core-data model with a few one-to-many relationships between entities (i.e. standard parent-child relationships, etc.) and I have successfully 'pushed' the data to dropbox by following the pattern in the Toado sample.
When I link a second device and the sync-manager attempts to populate core-data on that device from the records in the dropbox datastore it is failing, however, as it appears to be attempting to load the child entities before the parent entities are loaded and so the referential integrity is violated.
The only difference that I can see from my model and that of Toado is that my child-to-parent relationships are required whereas those in Toado are optional -- I'm hoping that I don't have to make all of these relationships optional... or do I?
The text was updated successfully, but these errors were encountered: