Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS generated code for descriptor.proto, Descriptor.pbobjc.h not found #4685

Closed
hchosc opened this issue May 25, 2018 · 3 comments
Closed

iOS generated code for descriptor.proto, Descriptor.pbobjc.h not found #4685

hchosc opened this issue May 25, 2018 · 3 comments

Comments

@hchosc
Copy link

hchosc commented May 25, 2018

Generated code for descriptor.proto doesn't exist. This exists for Java.

@thomasvl
Copy link
Contributor

Not all the languages ship the generated file for descriptor.proto, the ones that do, do so because the use them within the runtime support for the library. Objective C is one of the languages that doesn't need them (and doesn't capture the binary descriptor blob either), so the file is left of to cut down on the size runtime support. If you have a need for the types, you can always ship generate it and ship it yourself.

@acrabb
Copy link

acrabb commented Feb 16, 2021

where can we find a descriptor.proto file to use with objective c if we need one?

@thomasvl
Copy link
Contributor

It is in this project - src/google/protobuf/descriptor.proto

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants