Skip to content

Build failure on macOS 10.13 #154

New issue

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

Closed
rnkn opened this issue Apr 14, 2021 · 3 comments
Closed

Build failure on macOS 10.13 #154

rnkn opened this issue Apr 14, 2021 · 3 comments

Comments

@rnkn
Copy link

rnkn commented Apr 14, 2021

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

@Gargaj
Copy link
Owner

Gargaj commented Apr 14, 2021

@alkama

@alkama
Copy link
Contributor

alkama commented Apr 14, 2021

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

@rnkn
Copy link
Author

rnkn commented Apr 15, 2021

Thanks, that fixed it! (I had to merge #152 to launch the app.)

@rnkn rnkn closed this as completed Apr 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants