There are a lot of other questions in the forums like this but they are so old that I thought I should start a new one. I want to add an outlet connection from my file's owner to an NSButton in a .xib. I can't do it.
The NSButton is declared as an IBOutlet NSButton *myButton; in my .m file. In my .xib the button's class is declared as NSButton.
When I control drag from the NSButton in Interface Builder to the File's Owner's New Referencing Outlet well in the pop-up or the File's Owner in Placeholders nothing happens. There are three other IBOutlets that were in my .m file that are connected. Since I upgraded to XCode 13.3 I can't connect the fourth IBOutlet in my .m file to objects in my .xibs.
This has always been easy but now it can't be done in XCode 13.3. I spent a LONG time trying to do this but I can't.
The Help documentation doesn't even begin to resemble what I actually see in XCode at all, starting with: "In Interface Builder, open the assistant editor (choose View > Assistant Editor > Show Assistant Editor)". What? There's no such menu item in the View menu.
Is this a new super horrible bug in XCode? Should I file a bug report? Does anyone else have this problem?