IBOutlet appears as type NSObject?
IBOutlet appears as type NSObject?
- Subject: IBOutlet appears as type NSObject?
- From: Ben Kazez <email@hidden>
- Date: Mon, 31 May 2004 10:28:26 -0400
I've declared an IBOutlet in a controller class like this:
IBOutlet BHKConnect4Board *board;
The class BHKConnect4Board has a (void)newGame selector. But when the
controller tries to call this selector, the program crashes and here's
what I get in the stack trace:
Exception: NSInvalidArgumentException
Reason: *** -[NSObject newGame]: selector not recognized
As you can see here--and as I can see in the debugger--it thinks the
board is an NSOBject.
Can anyone help me fix this? Thanks!
Ben
--
Ben Kazez
http://ben.kazez.com/
_______________________________________________
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.