How to add protoc (Protocol Buffers) compiler in xcode so that .proto project files are compiled when creating a project? In addition, these files must be created first so that automatically generated files are available to the C ++ compiler.
amitn source
share