I pod Protobuf-C++ in my ios app, but build failed, build error log looks like this
- NOTE | [iOS] xcodebuild: Protobuf-C++/src/google/protobuf/io/zero_copy_stream.cc:35:10: fatal error: 'google/protobuf/io/zero_copy_stream.h' file not found
- NOTE | [iOS] xcodebuild: Protobuf-C++/src/google/protobuf/wrappers.pb.cc:4:10: fatal error: 'google/protobuf/wrappers.pb.h' file not found
anyone knonw how to fix this ? my protobuf version is 3.11.3
problem like this
maybe other file not found. the way to fix it:
way to fix