Standalone Question: Apple needing to get permission to access documents/camera every time app opens

jason@seeinginvideo.com's icon

Hi All,

So when I build standalones for apple products, not only do I need to give permission to have apple access my camera or documents folder every time I open the app, it sometimes spams me over and over multiple times before it takes. Anyone find a workaround for this?

Rob Ramirez's icon

On recent macOS versions you must adhoc code sign the standalone to remove those popups

How to Ad-Hoc Code Sign a Mac Application
To codesign an application on macOS with an ad-hoc signature, set the identity -s flag to -

codesign --force -s - </path/to/application>

jason@seeinginvideo.com's icon