Re: _NSStateMarker
Re: _NSStateMarker
- Subject: Re: _NSStateMarker
- From: Uli Kusterer <email@hidden>
- Date: Sun, 10 Sep 2006 20:00:04 +0200
Am 10.09.2006 um 01:12 schrieb patrick machielse:
NSZombieEnabled=YES
2006-09-10 00:56:55.117 MyProgram[351] *** -[_NSStateMarker
boolValue]: selector not recognized
2006-09-10 00:56:55.119 MyProgram[351] An uncaught exception was
raised
2006-09-10 00:56:55.134 MyProgram[351] *** -[_NSStateMarker
boolValue]: selector not recognized
2006-09-10 00:56:55.136 MyProgram[351] *** Uncaught exception:
<NSInvalidArgumentException> *** -[_NSStateMarker boolValue]:
selector not recognized
Hmm, it's an NSInvalidArgumentException. The _NSStateMarker
instance is passed as an argument and should respond to 'boolValue'.
Try setting a breakpoint on whatever function is used to output
this error message. Most likely it's NSLog. Then you can look at the
stack backtrace in the debugger and hopefully find out where your odd
data comes from.
Cheers,
-- M. Uli Kusterer
http://www.zathras.de
_______________________________________________
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