Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

xib

  1. F

    Failed to connect outlet or action to NSViewController - Missing setter or instance variable

    Hi, I have a project in Xcode 12.5 in objective-c with a main xib and a second xib that I load with NSWindowController *redValuesWindow = [[NSWindowController alloc] initWithWindowNibName:@"RedValuesWindow"]; [redValuesWindow showWindow:nil]; And the XIB that I want to load has no view...