I'm getting a runtime error: *[libprotobuf ERROR google/protobuf/descriptor_database.cc:58] File already exists in database: content-meta-info.proto*
*[libprotobuf FATAL google/protobuf/descriptor.cc:1358] CHECK failed: GeneratedDatabase()->Add(encoded_file_descriptor, size): * *libc++abi.dylib: terminating with uncaught exception of type google::protobuf::FatalException: CHECK failed: GeneratedDatabase()->Add(encoded_file_descriptor, size): * Which, I believe, happens because my macOS plugin code links against two .dylibs which use protobuf and, apparently, use same protobuf objects. (Is this assumption correct? How can I check it?) How one shall debug and fix this error (given dylibs are third-party)? Thanks, -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/274860bb-6027-4324-9674-4ac9d21d1ca2%40googlegroups.com.
