protocolbuffers / protobuf

Protocol Buffers - Google's data interchange format
http://protobuf.dev
Other
65.73k stars 15.51k forks source link

"You don't have permission to use the application 'protoc-3.4.0-osx-x86_64.exe'" gradle #3889

Closed crilofer closed 6 years ago

crilofer commented 7 years ago

Hi,

I am trying to build my application that uses protocol buffers. But I am getting the error shown in the screenshot attached.

screen shot 2017-11-15 at 12 49 24

This file has 777 permissions.

Thanks.

liujisi commented 7 years ago

I believe it's MacOS secruity setup. Could you please search around and see if there are some system settings that you can change?

crilofer commented 6 years ago

I solved specifying the protoc path. But now I have different problem:

screen shot 2017-11-20 at 10 34 53

Thanks.

liujisi commented 6 years ago

This is a grpc plugin. Could you please ask this in the grpc issues instead? I believe it's probably the same cause though.