this SHOULD be automatic, if its a bug I'm guessing its WELL
documented, but no matter how well I search, I can't get ANY hits on
this. my application is Not Properly Loading my saved Core Data files.

Core Data relies on NSXMLDocument for its XML parsing and serialization. There was a known issue where putting a boolean value in the store's metadata did not re-parse correctly.

You should file a bug. You can also get more information in gdb using breakpoints on

future-break objc_exception_throw
future-break +[NSError errorWithDomain:code:userInfo:]

and adding the stack traces to the bug report.

- Ben



_______________________________________________

Cocoa-dev mailing list ([email protected])

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to