How to debug 'no entities specified' when working with ZSync and CoreData Syncing

Posted by monotreme on Stack Overflow See other posts from Stack Overflow or by monotreme
Published on 2010-03-22T22:08:28Z Indexed on 2010/03/22 22:11 UTC
Read the original article Hit count: 296

I'm trying to get ZSync to work between a desktop and iPhone app. I've got my schemas set up and all info matches between my MOM and my schema so I should be good to go. When I initiate my sync, however, I get this error.

|Miscellaneous|Error| SyncServices precondition failure in [ISyncSession _validateClient:entityNames:beforeDate:clientHasTruthForEntityNames:target:selector:]: no entities specified

Anyone know what this means, and how to debug it? I'm a novice with this SyncServices stuff. Cheers!

© Stack Overflow or respective owner

Related posts about iphone

Related posts about coredata