【发布时间】:2021-02-02 21:00:46
【问题描述】:
我在我的 ios 应用中 pod Protobuf-C++,但构建失败,构建错误日志如下所示
- 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
有人知道如何解决这个问题吗?我的 protobuf 版本是 3.11.3
【问题讨论】:
标签: protobuf-c