nothirst / TICoreDataSync

Automatic synchronization for Core Data apps, between any combination of Mac OS X and iOS: Mac to iPhone to iPad to iPod touch and back again.
https://github.com/nothirst/TICoreDataSync/wiki
807 stars 61 forks source link

WholeStore is empty #3

Closed dcinzona closed 12 years ago

dcinzona commented 12 years ago

When I first started working with this library, I was able to get syncing to work - initially. There was a file stored in the WholeStore directory at that time. During troubleshooting a crash - I removed the contents of the Dropbox folder and reinstalled the app on the device. Now, WholeStore exists but remains empty and no syncing ever happens (not an initial download or any updates). Nothing syncs across devices. I'm testing this in the simulator (5.0 and 5.1).

Any ideas?

dcinzona commented 12 years ago

I figured it out. Stupid typo where the store names weren't set the same.
using #define CoreDataStoreFile @"storename.sqlite" solves this.

MrRooni commented 12 years ago

Glad to hear you got it squared away Gustavo.