I have faced the same problem. The workaround I come up with is to remove the signature completely from all the binaries inside the STM32CubeProgrammer.app by executing following command:find STM32CubeProgrammer.app |xargs -n 1 sudo codesign --remove...