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

mac os 10.15 notarized notification #650

Closed
clovis818 opened this issue Oct 11, 2019 · 5 comments
Closed

mac os 10.15 notarized notification #650

clovis818 opened this issue Oct 11, 2019 · 5 comments

Comments

@clovis818
Copy link

“protoc-gen-grpc-web” cannot be opened because the developer cannot be verified.
macOS cannot verify that this app is free from malware.

@stanley-cheung
Copy link
Collaborator

If this is true (I don't have a Catalina machine to test right now), we may not have enough resources to sustain going through the whole process to get this verified through the official channel going forward. We might not be able to support this (i.e. prebuilt binaries for MacOS for Catalina or above). We might only be able to support this through bazel build.

Will keep monitoring this development.

@clovis818
Copy link
Author

There is a way to bypass this issue on mac os 10.15

  1. Try to run "/usr/local/bin/protoc-gen-grpc-web --help"
  2. Click Cancel when notified about an unverified developer
  3. Go to Settings -> Security & Privacy -> General
  4. Click on Allow Anyway
    And it should work from now on, you will need to do this again the next time you update.

@Yannic
Copy link
Contributor

Yannic commented Oct 18, 2019

A similar issue was reported for Bazel in September [1]. The workaround seems to be to download the binary through, e.g, curl, which doesn't mark the binary as downloaded from the internet, hence isn't subject to the new restriction.

[1] bazelbuild/bazel#9304 (comment)

@stanley-cheung
Copy link
Collaborator

Looks like there's sufficient workaround for this. :)

@1Mark
Copy link

1Mark commented Mar 11, 2023

cannot be opened because the developer cannot be verified.
macOS cannot verify that this app is free from malware.

If using curl to download a (especially a zip) make sure to do curl -OL <URL> or just use wget <URL>

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

4 participants