Programmatically pasting works in Xcode debug but not in TestFlight
I have a Macos app I am developing where I created a button that programmatically pastes the user's clipboard to wherever their selection is. This behavior works fine in Xcode local debugging but doesn't paste at all when in TestFlight.…