I have a custom NSWindowController subclass that loads a NIB file during initialization like this: self = [super initWithNibNamed:@"myNib"]; if (…
cocoa nib nswindowcontrollerWhen trying to run my iPhone app that I am currently building the build succeeds but the application crashes after …
iphone xcode uiviewcontroller nib viewcontroller