'does not respond to' warnings
'does not respond to' warnings
- Subject: 'does not respond to' warnings
- From: Julian Pellico <email@hidden>
- Date: Wed, 14 Jul 2004 21:29:21 -0700
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.