first off... awesome app!! i now have an excellent app that i can use to store all my snippets and access them from which ever text editor i am using. a much needed tool.
the issue i am having is that i have not been able to sync my snippets across my network. i would prefer to sync rather than using a dropbox datastore. when trying to sync from either computer, a status message says "processing" and the spinner just spins. any ideas? the error messages (2) in console are:
1) Snippets: Entity Code does not have a DataClass defined it its userInfo in Managed Object Model
2) Snippets: (
0 CoreFoundation 0x00007fff935b0fc6 __exceptionPreprocess + 198
1 libobjc.A.dylib 0x00007fff95a17d5e objc_exception_throw + 43
2 CoreFoundation 0x00007fff935b0dfa +[NSException raise:format:arguments:] + 106
3 CoreFoundation 0x00007fff935b0d84 +[NSException raise:format:] + 116
4 SyncServices 0x00007fff8c6397aa +[ISDException raise:format:] + 266
5 SyncServices 0x00007fff8c69e636 -[ISDPersistentStoreSyncer _syncEntityNameFromCDEntity:] + 337
6 SyncServices 0x00007fff8c69e2f1 -[ISDPersistentStoreSyncer _syncEntityNames] + 356
7 SyncServices 0x00007fff8c6a2cba -[ISDPersistentStoreSyncer synchronizeInBackground:] + 857
8 SyncServices 0x00007fff8c6a3482 -[NSPersistentStoreCoordinator(CoreDataSync) syncWithClient:inBackground:handler:error:] + 262
9 Snippets 0x0000000100034458 -[SyncDriver(Operations) performSyncInBackground:error:] + 175
10 Snippets 0x000000010003358b -[SyncDriver performSyncInBackground:] + 186
11 Snippets 0x000000010000491e -[AppDelegate syncLibraryNowAction:] + 506
12 Foundation 0x00007fff8af9ef64 __NSFireTimer + 102
13 CoreFoundation 0x00007fff93565c24 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
14 CoreFoundation 0x00007fff93565776 __CFRunLoopDoTimer + 534
15 CoreFoundation 0x00007fff93546001 __CFRunLoopRun + 1617
16 CoreFoundation 0x00007fff93545676 CFRunLoopRunSpecific + 230
17 HIToolbox 0x00007fff92ce531f RunCurrentEventLoopInMode + 277
18 HIToolbox 0x00007fff92cec5c9 ReceiveNextEventCommon + 355
19 HIToolbox 0x00007fff92cec456 BlockUntilNextEventMatchingListInMode + 62
20 AppKit 0x0000000100602f5d _DPSNextEvent + 659
21 AppKit 0x0000000100602861 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
22 AppKit 0x00000001005ff19d -[NSApplication run] + 470
23 AppKit 0x000000010087db88 NSApplicationMain + 867
24 Snippets 0x0000000100001704 start + 52
)