Sync icon indicating copy to clipboard operation
Sync copied to clipboard

JSON to Core Data and back. Swift Core Data Sync.

Results 11 Sync issues
Sort by recently updated
recently updated
newest added

i am facing issue in insert and update don't know why some time it inserted data on same model but once data is inserted unable new data is not inserted...

Hi, in Xcode 12.5 we receive this warning for the SyncDelegate declaration public protocol SyncDelegate: class Using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead Could we fix...

Trying to define array in core data that will import / export with Sync. Defined attribute arrays as per core data documentation. The transformable attributes work fine in my app....

This is test code, not meant as production PR.

I'm running into the same issue as was reported in August of last year. When I export the model, the application crashes. error is ; Thread 1: EXC_BAD_ACCESS (code=2, address=...

Hi all and @3lvis Can I use this with firebase? I have .childAdded and .childRemoved and .childChanged. How this can be used with Sync so it does not delete previous...

**Describe the bug** We got a crash report in Crashlytics today stating the following: ``` Fatal error: 'try!' expression unexpectedly raised an error: Error Domain=NSCocoaErrorDomain Code=640 "You can’t save the...

I have difficult bug, for one of my open-source side projects [Time-Agent](https://github.com/viktorstrate/Time-Agent), that I've been trying to fix on and off for the last half a year or so. The...

Works programmatically disable excluding? I need programmatically hyper.nonExportable/sync.nonExportable all false/disable. I have in coreData somewhere hyper.nonExportable/sync.nonExportable true. I need in another requirement all hyper.nonExportable/sync.nonExportable false. thx