• 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: My bindings-enabled NIB ate itself... ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: My bindings-enabled NIB ate itself... ?


  • Subject: Re: My bindings-enabled NIB ate itself... ?
  • From: Larry Fransson <email@hidden>
  • Date: Sun, 28 Nov 2004 22:05:07 -0800


On Nov 28, 2004, at 18:12, Steven Palm wrote:

I get this now:

2004-11-28 20:07:42.964 myProg[1091] [<NSAutoreleasePool 0xa0a04e18> valueForUndefinedKey:]: this class is not key value coding-compliant for the key configs.
2004-11-28 20:07:42.971 myProg[1091] *** Uncaught exception: <NSUnknownKeyException> [<NSAutoreleasePool 0xa0a04e18> valueForUndefinedKey:]: this class is not key value coding-compliant for the key configs.

This is almost certainly a memory management problem. My experience has been that any time you get errors like that, where a method is being called on some odd class that doesn't support that method (assuming you didn't make that error yourself), you should suspect that something has been released when it shouldn't have been. Either you forgot to retain something or released/autoreleased something that should have been retained.


Larry Fransson
Seattle, WA

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >My bindings-enabled NIB ate itself... ? (From: Steven Palm <email@hidden>)

  • Prev by Date: Re: binding a TableView with non-CF collection data?
  • Next by Date: Copy selection from webview....
  • Previous by thread: Re: My bindings-enabled NIB ate itself... ? [No, I killed it myself....]
  • Next by thread: NSTextView stringValue?
  • Index(es):
    • Date
    • Thread