UIKit bindings no longer working in XCode 26

When I try to create bindings between a xib file and it's associated objective-c source code, xcode no longer autocompletes to either an action or an outlet binding.

The little circles in the code editor that would previously indicate bindings are no longer there.

I can now only create bindings in the tree heirarchy of the UIKit editor after manually adding IBOutlets to the header files.

UIKit bindings no longer working in XCode 26
 
 
Q