-
Notifications
You must be signed in to change notification settings - Fork 436
Open
@gulivero1773
Description
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?