falkTX / Carla

Audio plugin host
https://kx.studio/carla
1.55k stars 144 forks source link

Carla 2.5.6 on Mac M1 keeps asking access to microphone and filesystem #1810

Closed lcupial closed 8 months ago

lcupial commented 9 months ago

I try to use Carla 2.5.6 on a Mac Mini M1. The macOS version is Monterey 12.6.6. Each time i start Carla it asks permission to access the microphone. Each time i load a project it asks access to the file system. I have already granted these accesses and i can see that the application has the requested permissions in the macOS security settings. Does anyone have the same issue ?

lcupial commented 8 months ago

Just in case it happens to somebody else, running this command in a terminal fixed the issue for me : sudo codesign --force --deep --sign - /Applications/Carla.app

The idea came from a similar issue from another software : https://github.com/openscad/openscad/issues/4059