Hi All,
Im trying to create the UI with radio buttons, dropdowns lists and many in the Xcode 13(Big Sur OSX). In the radio buttons if I drag and drop the send actions to app delegates it was not connect to it. Could anyone help-me out to resolve this?
Thanks
In interfacebuilder select you appDelegate object.
In the inspector select outlets.
Have a look and see what is available under the received actions.
If your actions are there try dragging from
The outlet to your buttons.
If not check your appDelegate to make sure
You have actually created the proper “ibaction” functions.
Have a look at section 4
https://developer.apple.com/library/archive/documentation/LanguagesUtilities/Conceptual/MacAutomationScriptingGuide/AppendixA-AppleScriptObjCQuickTranslationGuide.html
This is a bug in Xcode 13.
Resolved in Xcode 14 Beta 3
Fixed an issue with outlet and action connections to AppleScript-based AppDelegates. (83373726) (FB9643535)