Skip to content
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

Need notarization in macOS Catalina #6764

Closed
onmyway133 opened this issue Oct 15, 2019 · 3 comments
Closed

Need notarization in macOS Catalina #6764

onmyway133 opened this issue Oct 15, 2019 · 3 comments
Labels
mac packaging & distribution platform related Any issue releated to specific platform or OS protoc

Comments

@onmyway133
Copy link

When running protoc in macOS Catalina, I get macOS cannot verify the developer of “protoc”. I think this executable needs to be notarized

@thomasvl
Copy link
Contributor

This is likely from the download getting tagged by the OS/browser - so you can probably just strip off the attribute via: xattr -d com.apple.quarantine path/to/protoc.

(or download source and build protoc to avoid it getting quarantine)

@elharo elharo added mac protoc platform related Any issue releated to specific platform or OS packaging & distribution labels Sep 15, 2021
@alexjpwalker
Copy link

alexjpwalker commented Mar 16, 2022

Although the hack listed by @thomasvl does allow protoc to run, it's not good practice to bypass Apple's code checking.

Are there plans to set up notarization of the protoc executable built for Mac?

@deannagarcia
Copy link
Member

We are aware of this issue and are working to fix it but unfortunately it's requiring more work than we hoped to properly get certification. Closing this bug since it's similar to #9397 and will update progress there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mac packaging & distribution platform related Any issue releated to specific platform or OS protoc
Projects
None yet
Development

No branches or pull requests

5 participants