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
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
___
"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