Re: Why did this happen?
Re: Why did this happen?
- Subject: Re: Why did this happen?
- From: "John C. Randolph" <email@hidden>
- Date: Thu, 3 Mar 2005 17:17:15 -0800
On Mar 3, 2005, at 4:56 PM, Justin Spahr-Summers wrote:
This means the function you are trying to call does not exist.
On Thu, 3 Mar 2005 15:50:25 +0100, Jesus De Meyer
<email@hidden> wrote:
I was testing my app and suddenly I got this message in the Console:
*** -[HTMLSemanticEngine
_bestRepresentation:device:bestWidth:checkFlag:]: selector not
recognized
Do I need to pass the fastestRepresentation of an NSString to an
NSAttributedString or is there something else happening here?
To be a little more specific, it means that something tried to send a
"_bestRepresentation:device:bestWidth:checkFlag:" to an instance of
HTMLSemanticEngine, which class does not implement a method of that
name.
Somewhere, a pointer's getting munged, and something that expects to
talk to an NSImage is in fact talking to an HTMLSemanticEngine instance.
-jcr
John C. Randolph <email@hidden> (408) 974-8819
Sr. Cocoa Software Engineer,
Apple Worldwide Developer Relations
http://developer.apple.com/cocoa/index.html
_______________________________________________
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