We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm getting a build failure on macOS, but different to #145
Mac OS X version: 10.13.6
10.13.6
Bonzomatic version: 615f06df9590610537250685000b2447b6393c11 - Fri Mar 19 00:00:48 2021 +0000
615f06df9590610537250685000b2447b6393c11 - Fri Mar 19 00:00:48 2021 +0000
The build output: build.log
The text was updated successfully, but these errors were encountered:
@alkama
Sorry, something went wrong.
Ah those authorization APIs only exist since 10.4 as shown here https://developer.apple.com/documentation/avfoundation/avcapturedevice/1624613-authorizationstatusformediatype
Meanwhile you can safely comment everything about requesting microphone access on your 10.13: https://github.com/Gargaj/Bonzomatic/blob/master/src/platform_osx/Misc.mm#L20-L54
Thanks, that fixed it! (I had to merge #152 to launch the app.)
No branches or pull requests
I'm getting a build failure on macOS, but different to #145
Mac OS X version:
10.13.6
Bonzomatic version:
615f06df9590610537250685000b2447b6393c11 - Fri Mar 19 00:00:48 2021 +0000
The build output: build.log
The text was updated successfully, but these errors were encountered: