Re: 'does not respond to' warnings
Re: 'does not respond to' warnings
- Subject: Re: 'does not respond to' warnings
- From: Dustin Voss <email@hidden>
- Date: Thu, 15 Jul 2004 11:28:49 -0700
You could make sure that the DeckView and SolverView files say #import
"NSView.h" in their .m files.
On 14 Jul, 2004, at 9:29 PM, Julian Pellico wrote:
Greetings,
I'm using Project Builder on 10.2.8. At one point, when I compiled my
AppController class I started getting a lot of warnings similar to the
following:
AppController.mm:109: warning: `DeckView' does not respond to `window'
AppController.mm:175: warning: `DeckView' does not respond to
`setNeedsDisplay:'
AppController.mm:171: warning: `SolverView' does not respond to
`setNeedsDisplay:'
AppController.mm:170: warning: `SolverView' does not respond to
`clearTableaus'
My AppController class has outlets that are DeckView* and SolverView*.
Both of these classes clearly inherit from NSView in the header files.
Despite these warnings, the runtime behavior seems to be correct.
I have tried cleaning my target and rebuilding, and it does not seem
to help. Has anyone seen this before? (I would search the list
archives if I could, but it seems like akamai has been bogged down of
late ;-) )
Thanks.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.