re: core data, opening a previously saved xml file... bug/glitch/unexpected behavior
re: core data, opening a previously saved xml file... bug/glitch/unexpected behavior
- Subject: re: core data, opening a previously saved xml file... bug/glitch/unexpected behavior
- From: Ben Trumbull <email@hidden>
- Date: Thu, 2 Apr 2009 12:51:21 -0700
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@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