WidgetKit intent handler without an intents extension?

Apple Recommended

Replies

@pdm Intents Extension are only available for iOS targets. How to add one to macOS application with WidgetKit widget?
I am on XCode 12.0 beta 5 and Big Sur 11 beta 5. I am writing a configurable widget for macOS. There's no Intents Extension available for macOS target.

If I add one for iOS target, it crashes in Widget Simulator in macOS. If I archive it and export the app, the widget runs but with "unavailable options for selection"
Anyone got any workaround?