Re: NIB Loading Problem

2015-08-26 Thread Dave
Found it! You set the name in the attributes inspector in IB. Sorry for noise. Dave ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(

Re: NIB Loading Problem

2015-08-26 Thread Dave
> I’ve put a break point in both of these methods, but I still get the error. I > seem to remember having this problem a long while ago but I can’t remember > how I fixed it. Sorry, I meant I’ve put a breakpoint in both these methods but it doesn’t hit it. ___

NIB Loading Problem

2015-08-26 Thread Dave
Hi, I’m trying to adapt some sample code. I have a WindowController with a .xib file. In the xib file, I have an outlet to another view controller called OtherViewController. OtherViewController is a subclass of DisclosureViewController. When I run the app I get the following error message: 2