gRPC Ruby Quick Start Fail: undefined method `build’ for an instance of Google::Protobuf::DescriptorPool (NoMethodError)
I am following the example from the gRPC Ruby Quick Start guide, but I encounter an error when trying to run the server using the command ruby greeter_server.rb
. The specific error message I receive is: