Re: [CAcnTItem indexPath]: selector not recognized [self = 0x15d26c90]]
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