In the README you show examples of proto3, yet when I try to parse, I get
Unrecognized syntax identifier "proto3". This parser only recognizes "proto2".
After I installed protoc 3.0 and want to install protobuf-swift, I get the error:
This file was generated by an older version of protoc which is incompatible with your Protocol Buffer headers. Please regenerate this file with a newer version of protoc.
In the README you show examples of proto3, yet when I try to parse, I get
Unrecognized syntax identifier "proto3". This parser only recognizes "proto2".
After I installed protoc 3.0 and want to install protobuf-swift, I get the error:
This file was generated by an older version of protoc which is incompatible with your Protocol Buffer headers. Please regenerate this file with a newer version of protoc.
How can it be done? Thank you