• 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: [CAcnTItem indexPath]: selector not recognized [self = 0x15d26c90]]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [CAcnTItem indexPath]: selector not recognized [self = 0x15d26c90]]


  • Subject: Re: [CAcnTItem indexPath]: selector not recognized [self = 0x15d26c90]]
  • From: Fritz Anderson <email@hidden>
  • Date: Fri, 1 Jul 2005 14:48:18 -0500

On 1 Jul 2005, at 1:02 PM, Bert Torfs wrote:

the problem is that I do not call that method myself. The Cocoa Bindings classes suddenly started to call it. I gues it happened after I binded the fontsize of my NSOutlineView to a global preference setting. What Cocoa wants me to do in indexPath is a mistery to me.

A "selector not recognized" error can be an indication that an object has been over-released, or released prematurely. A different object later gets the same address, and messages intended for the released object get sent to the new one, which does not recognize them. The does-not-recognize exception is a symptom of a bug that occurred much earlier.


Try running with NSZombieEnabled (search for this term in the list archives) set to YES; this may give you a clue as to what object is being over-released.

    -- F

_______________________________________________
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: 
 >Re: [CAcnTItem indexPath]: selector not recognized [self = 0x15d26c90]] (From: Bert Torfs <email@hidden>)

  • Prev by Date: MEETING: Chicago - Tuesday, July 5th
  • Next by Date: Re: iMovie-like sliding ready for drag
  • Previous by thread: Re: [CAcnTItem indexPath]: selector not recognized [self = 0x15d26c90]]
  • Next by thread: Re: Lots of Core Data Attributes
  • Index(es):
    • Date
    • Thread