Hi,
MacOS 10.15.2
<key>NSMicrophoneUsageDescription</key>
<string>Record audio!</string>
This crashes.
[AVCaptureDevice requestAccessForMediaType:AVMediaTypeAudio completionHandler:^(BOOL granted)
{
if (granted)
{
// [self setupCaptureSession];
}
}];
Also,
Preferences->Security & Privacy - Microphone has no reference to the Voice Memo app even after using it and allowing access to the mic.
Any help appreciated.
Paul