Re: Mac OS 10.5 can't find xib-instantiated subclass methods

2009-12-08 Thread Jerry Krinock
On 2009 Dec 08, at 18:36, Kyle Sluder wrote: >> Now, since -awakeFromNib is implemented by NSObject > > Not before 10.6 it isn't. Thank you, Kyle. That was the problem, and since the runtime doesn't distinguish between subclass and superclass, the exception logged sent me looking down the wr

Re: Mac OS 10.5 can't find xib-instantiated subclass methods

2009-12-08 Thread Kyle Sluder
On Dec 8, 2009, at 6:22 PM, Jerry Krinock wrote: Now, since -awakeFromNib is implemented by NSObject, it should NEVER be unrecognized for any subclass of NSObject, which all of the above classes are... Not before 10.6 it isn't. --Kyle Sluder ___

Mac OS 10.5 can't find xib-instantiated subclass methods

2009-12-08 Thread Jerry Krinock
"All of a sudden", an app which I'm building won't display complete windows when running in Mac OS 10.5. While loading a window, -awakeFromNib is not found for subclasses that are instantiated in a xib. Examples: *** -[ContentOutlineView awakeFromNib]: unrecognized selector sent to instance