You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Thanks for maintaining this project. We're evaluating using this for our iOS apps and have run into a filename-collision issue, which seems to be caused by protobuf-objc not respecting package namespaces. Repro:
~ protoc --plugin=../../protobuf-objc/src/compiler/protoc-gen-objc {foo,bar}/person.proto --objc_out=../../objc_protos
Person.pb.h: Tried to write the same file twice.
Person.pb.m: Tried to write the same file twice.
~echo$?
1
The text was updated successfully, but these errors were encountered:
Hello! Thanks for maintaining this project. We're evaluating using this for our iOS apps and have run into a filename-collision issue, which seems to be caused by
protobuf-objc
not respecting package namespaces. Repro:foo/person.proto:
bar/person.proto:
output:
The text was updated successfully, but these errors were encountered: