Greg, for this project I'm using Xcode 3.2.6, the xib was set to 'default -
10.4'.
There were two issues, both my fault.
1) I had left a stub @implementation of NSTreeNode in the link list. I had
created the header so I could use that class even though it wasn't public in
Tiger. I found it
On Nov 2, 2011, at 18:42 , Eric Slosser wrote:
> I've created a modal dialog that uses an NSTreeController as part of a
> master-detail style interface to a hierarchical storage model. Using
> bindings (not delegate methods) to supply the data. Using 10.4 as the base
> SDK. XIB attached.
>