• 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: Debugging Core Data unresolved keypath save error
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Debugging Core Data unresolved keypath save error


  • Subject: Re: Debugging Core Data unresolved keypath save error
  • From: Chris Hanson <email@hidden>
  • Date: Tue, 20 Mar 2007 09:03:34 -0700

On Mar 16, 2007, at 1:10 PM, Kevin Hoctor wrote:

I can't tell what I changed to cause these problems. There is a valid child-parent relationship in my data structure and everything works prior to a save. I have tried commenting out new code and still the error persists. I am writing to a brand new file so this is not a problem with a schema change. How do I debug this save process?

One way to get started debugging it is to set symbolic breakpoints on the following:


  objc_exception_throw
  -[NSException raise]

That will let you stop in the debugger the instant the exception is thrown, letting you debug a "live" system.

  -- Chris


_______________________________________________

Cocoa-dev mailing list (email@hidden)

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


  • Follow-Ups:
    • Re: Debugging Core Data unresolved keypath save error
      • From: Kevin Hoctor <email@hidden>
References: 
 >Debugging Core Data unresolved keypath save error (From: Kevin Hoctor <email@hidden>)

  • Prev by Date: Exploring Objects In xCode
  • Next by Date: [NSTableView] How should a column be resized when...
  • Previous by thread: Re: Debugging Core Data unresolved keypath save error
  • Next by thread: Re: Debugging Core Data unresolved keypath save error
  • Index(es):
    • Date
    • Thread