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

Franz83

macrumors newbie
Original poster
Oct 15, 2020
6
0
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:mad:"RedValuesWindow"];
[redValuesWindow showWindow:nil];

And the XIB that I want to load has no view controllers but a NSWindowController with outlets attached to but I receive from the debugger that error:

[Nib Loading] Failed to connect (stringValues) outlet from (NSWindowController) to (NSTextView): missing setter or instance variable

What canI do?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.