I originally posted this in the old Developer Forums, but didn't get a response there.
I have an app written in Swift with a WatchKit 1 (i.e. not beta) extension. I have a few different actions that I want to connect to menu items.The problem is, more often than not, hitting the menu item fails to fire the action. Sometimes it works once; usually it doesn't work at all. Buttons connected to the same actions work perfectly, but I don't want visible buttons in the UI for these features. The problem is not with the code in the action failing to have an effect—a breakpoint in the action is not hit.
Has anyone seen anything like this before? Any idea what might be causing it?