How to allow privacy permissions in macOS Runner? #8961
Replies: 1 comment 1 reply
-
Hi @natsuk4ze! You can learn more about TCC and service access rights here. Although it's not an official guide, it provides valuable insights for this purpose. Additionally, you can review how we apply permissions during the build here. We recommend checking exactly which permissions are missing. Together, we can then discuss potential solutions. You can perform diagnostics in two ways:
The second method is somewhat more complex, so I'll describe it in a bit more detail:
After it you should add the required permissions based on the received data. Resolving this may not be straightforward because at the moment, as of macOS 13, only the user's TCC database is available for modification. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Our macOS app test requires privacy permissions to the Photos app, is there any way to allow this in macOS Runner?
Beta Was this translation helpful? Give feedback.
All reactions