protobuf-objc icon indicating copy to clipboard operation
protobuf-objc copied to clipboard

When I. / scripts/build.sh, this error occurred

Open h-js opened this issue 7 years ago • 1 comments

./google/protobuf/descriptor.pb.h:17:2: error: This file was generated by an older version of protoc which is

h-js avatar Sep 01 '17 08:09 h-js

Make sure the correct version of protoc is installed on your computer. Check step 4. of the installation instructions in the ReadMe file. This version of protocol buffers uses version 2.6.1 or 2.6.2 of protoc.

E-B-Smith avatar Sep 01 '17 15:09 E-B-Smith