• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
re: core data, opening a previously saved xml file... bug/glitch/unexpected behavior
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: Re: [Q] doubleAction on a NSTableView misbehaving?
  • Next by Date: Re: [Q] doubleAction on a NSTableView misbehaving?
  • Previous by thread: Re: KVO or Value Transformer?
  • Next by thread: Problem with NSOutlineView
  • Index(es):
    • Date
    • Thread