When building protobuf from source code, I see some errors as is shown here: Error when compiling Protobuf for C++ in iOS: "Undefined symbols" and "ld: warning: ignoring file"
Since those errors seem to be related to protoc only, I am wondering whether I can skip building protoc, because indeed I never need it! (I use protoc from the official website)
I have searched through google and documentation but cannot find any clues. Any help is appreciated!