Both test_messages_proto3.proto & test_messages_proto2.proto define message ForeignMessage {...} and enum ForeignEnum {...} but since objc doesn't use the proto package in the naming, these end up conflicting. Adding the objc_class_prefix option to the proto3 file ensure the generated objc types are all unique.pull/3420/head
parent
8d5f2c57e8
commit
21800ff84f
2 changed files with 4 additions and 3 deletions
Loading…
Reference in new issue