I use protoc -I=Sources/Protos --swift_out=Sources/App/Generated --grpc-swift_out=Sources/App/Generated Sources/Protos/example.proto but I have error - protoc-gen-grpc-swift: program not found or is not executable Please specify a program using absolute path or make sure the program is available in your PATH system variable --grpc-swift_out: protoc-gen-grpc-swift: Plugin failed with status code 1
And it problem with --grpc-swift_out= but I use tutorial, what I do wrong?
I use
protoc -I=Sources/Protos --swift_out=Sources/App/Generated --grpc-swift_out=Sources/App/Generated Sources/Protos/example.protobut I have error -protoc-gen-grpc-swift: program not found or is not executable Please specify a program using absolute path or make sure the program is available in your PATH system variable --grpc-swift_out: protoc-gen-grpc-swift: Plugin failed with status code 1And it problem with
--grpc-swift_out=but I use tutorial, what I do wrong?