I've built a video processing app that I wish to distribute via MAS. It's an electron app and works great using spawn to exec ffmpeg to caption/watermark etc.
However, when building for the Appstore - i.e after sandboxing I get an 'process-exec deny' in the log at run time.
Is there an entitlement I can set or any way of signing the ffmpeg binary that'll allow me to achieve this or will I have to distribute this app outside of the MAS?
Thanks.