I am trying to instantiate an NSWindowController from a storyboard in my OS X app:
NSWindowController
NSWindowController *mainWindowController = [[NSStoryboard story
Confirmed in 11.3. This is such a time-waster, together with this one:
How do I open another window in macOS in Swift with Cocoa
It was definitely a bug with Xcode. Restarting Xcode solved the problem.