-
Notifications
You must be signed in to change notification settings - Fork 30
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
Protoc & macOS Catalina #1
Comments
Yes, it is necessary to include protoc as plugin regenerates protocol buffer files depends on the settings you are using. I've added additional message about it the UI. |
If you still seeing this message - open protoc binary location in Finder -> right click -> choose Open -> it should show the dialog again. |
@biralpucar Could you share the contents of your dev_tuningfork.proto? It sounds like the file got corrupted with unrecognized characters. Have you tried to just compile it separately to see if you encounter the same issue? |
@ifraud yes, I change it as in the image and compile it again, I remove the package and install it again, but the result is always the same.. |
When using macOS Catalina, I'm getting the following error:
I was able to resolve it by running Cmd + Clicking the package. But this is something that everyone on our team has to do now when building for the first time.
Is it necessary to include the protoc compiler? We usually pre-build our protocol buffers files, maybe that's possible here as well (and only include the built files, but not the protoc compiler).
The text was updated successfully, but these errors were encountered: