Skip navigation.
 
mlSub-classing NSAtomicStore
FROM : Todd Stanley
DATE : Mon Jul 07 22:11:53 2008

Hi All,

Has any one had any luck working with the AutomicStoreSubclass example.  I
need to manage and AtomicStore and thought that I would be able to use the
AutomicStoreSubclass example as a road-map.  When I
addPersistentStoreWithType as follows -

    if ([coordinator addPersistentStoreWithType:@"AtomicStore"
configuration:nil URL:url options:storeOptionsDict error:&error])

I get the following error -

Error Domain=NSCocoaErrorDomain Code=134010 UserInfo=0x162240 "The store
type is inconsistent with the data format."

Anyone know of any gotchas when subclassing NSAtomicStore?

Todd

Related mailsAuthorDate
mlSub-classing NSAtomicStore Todd Stanley Jul 7, 22:11
mlRe: Sub-classing NSAtomicStore Melissa J. Turner Jul 8, 21:48