Hi,
I found a partial answer to the issue of Toggle Button not shown properly in menu.
It will works IF there is no keyboard shortcut (a tick will be shown when $toolbar is on). So the solution is not to apply keyboard shortcut.
I finally found the reason:
In build phase of Xcode, the Widget Extension is set to iOS not Always Used. Once changed, widgets appeared!
Hope this helps others facing the same issue.
I have also tried removing the watch target (our app supports widgets and watch face) and the widgets also refuse to show up.
Also tested on macOS 13.2.
I am currently doing Mac Catalyst development, see whether I can help.
In the target, what's the iOS minimum requirement? Try 15.0. (Mac Catalyst is based on corresponding iOS version)
Hi,
I found a partial answer to the issue of Toggle Button not shown properly in menu.
It will works IF there is no keyboard shortcut (a tick will be shown when $toolbar is on). So the solution is not to apply keyboard shortcut.
I finally found the reason:
In build phase of Xcode, the Widget Extension is set to iOS not Always Used. Once changed, widgets appeared!
Hope this helps others facing the same issue.
I have also tried removing the watch target (our app supports widgets and watch face) and the widgets also refuse to show up.
Also tested on macOS 13.2.
I am currently doing Mac Catalyst development, see whether I can help.
In the target, what's the iOS minimum requirement? Try 15.0. (Mac Catalyst is based on corresponding iOS version)