Sub-classing NSAtomicStore
Sub-classing NSAtomicStore
- Subject: Sub-classing NSAtomicStore
- From: "Todd Stanley" <email@hidden>
- Date: Mon, 7 Jul 2008 13:11:53 -0700
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
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden