I have simple non document, cocoa app in which I have added new NSWindowController, named Login and I created a .xib file for it. I want this window to be opened first when the app is started.
I have changed the main interface section to my project from MainMenu to Login, and when I run the app, indeed the new login window is started first.
However...none of the outlets work. I get error message for each outlet in my login window that looks like this:
Failed to connect (userNameTextField) outlet from (NSApplication) to (NSTextField): missing setter or instance variable
What I am doing wrong?