FROM : Jens Alfke
DATE : Sat May 31 19:22:18 2008
On 31 May '08, at 9:40 AM, John Love wrote:
> 2008-05-31 12:33:55.434 Calculate Medical[1926:10b] *** -[NSAlert
> endErrorSheet:code:info:]: unrecognized selector sent to instance
> 0x16ed20
That's an exception being thrown. There's no such (public) Cocoa
method -endErrorSheet:code:info:, so is this a method you defined, or
are passing as a selector? It doesn't appear in the code you posted,
but is it elsewhere in your app?
—Jens
DATE : Sat May 31 19:22:18 2008
On 31 May '08, at 9:40 AM, John Love wrote:
> 2008-05-31 12:33:55.434 Calculate Medical[1926:10b] *** -[NSAlert
> endErrorSheet:code:info:]: unrecognized selector sent to instance
> 0x16ed20
That's an exception being thrown. There's no such (public) Cocoa
method -endErrorSheet:code:info:, so is this a method you defined, or
are passing as a selector? It doesn't appear in the code you posted,
but is it elsewhere in your app?
—Jens






Cocoa mail archive

