miketoon

Results 11 comments of miketoon

@NorseGaud Please see example app in this zip: [CoreAudioTest.zip](https://github.com/user-attachments/files/17815249/CoreAudioTest.zip)

The timing matches up with what I am seeing when on a runner. This is strange because we are attempting to start the device without any audio input so I...

We are building our binary using XCode Our tests are ran from a Rake script which calls `Open3.popen2e()` to run the binary.

The same issue happens when running the binary directly on the runner. I think this is what you've already seen when running the example app and the popup appears. Output...

@NorseGaud any updates from the GitHub team? Or suggestions to how the required permissions can be given for our binary?

@aartis17 Is this running on the runner image? I don't get the prompt on my dev machine running locally. Have you made any further progress?

@aartis17 [fingerprinttests_steps_yaml.zip](https://github.com/user-attachments/files/18409042/fingerprinttests_steps_yaml.zip) Running locally i do not get the same issue also, only when it is run on the runner image. The repro steps are simple - build that application...

managed to prevent this by running: ``` sqlite3 $HOME/Library/Application\ Support/com.apple.TCC/TCC.db "INSERT OR IGNORE INTO access VALUES ('kTCCServiceMicrophone','/usr/local/opt/runner/provisioner/provisioner',1,2,4,1,NULL,NULL,0,'UNUSED',NULL,0,1687786159,NULL,NULL,'UNUSED',1687786159);" ``` as suggested from https://github.com/actions/runner-images/issues/9330 @aartis17 Can this be incorporated by default into...