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

Will you support new protobuf 3.0 ? #21

Open
mefilt opened this issue Dec 17, 2014 · 18 comments
Open

Will you support new protobuf 3.0 ? #21

mefilt opened this issue Dec 17, 2014 · 18 comments
Assignees

Comments

@mefilt
Copy link

mefilt commented Dec 17, 2014

Will you support new protobuf 3.0 ?

@alexeyxo alexeyxo self-assigned this Dec 17, 2014
@alexeyxo
Copy link
Owner

I started working on support for version 3.0 but it will be available after Google released the final version 3.0 only

@mefilt
Copy link
Author

mefilt commented Dec 17, 2014

mb you need help?

@alexeyxo
Copy link
Owner

I do not know what you were able to help me, at the moment there is not even documentation on the new API. But I am always happy to help and pull requests in support of this project.
At the moment I'm working on increasing performance protocol buffers for swift, because I constantly have to use it. Subsequently, I would like to combine two compilers, obj-c and swift - protobuf-cocoa. If to do everything correctly, at my opinion it is better than 3.0 release after the official release, because I'm afraid of a strong change in the API compiler.

@alexeyxo alexeyxo added this to the ProtocolBuffers 3.0 milestone Dec 17, 2014
@mefilt
Copy link
Author

mefilt commented Dec 17, 2014

I think better to wait for the release. I had a bitter experience with Andoroid L ...

@hanhandan
Copy link

When I run build.sh,some errors happed.
./configure: line 1: syntax error near unexpected token('
./configure: line 1: m4trace:configure.ac:3: -1- AC_INIT([protobuf-plugin-objc], [0.1], [jon@booyah.com], [protobuf-plugin-objc])' make: *** No targets specified and no makefile found. Stop.

@alexeyxo
Copy link
Owner

@hanhandan At the moment Protobuf 3.0 not been supported.

@4ntoine
Copy link

4ntoine commented May 7, 2015

protobuf-3.0-alpha2 is released, i believe it will not be changed dramatically. proto3 language guide also described: https://developers.google.com/protocol-buffers/docs/proto3

@ddaddy
Copy link

ddaddy commented May 19, 2015

I get a lot of error's installing protoc-gen-objc i'm assuming because I have proto 3. Is there a way to get it working, or should I attempt to downgrade to proto 2?

@alexeyxo
Copy link
Owner

Currently, "proto3" is not supported.

@lolgear
Copy link

lolgear commented Jul 18, 2016

@alexeyxo any update on this issue?

@maojj
Copy link

maojj commented Aug 1, 2016

https://github.com/google/protobuf/releases 3.0.0 is released, any update?

@alexeyxo
Copy link
Owner

alexeyxo commented Aug 1, 2016

Done. But I renamed command for compile by "--lobjc_out".

@xiaoyouPrince
Copy link

Currently, "proto3" is not supported? my protoc version is 3.0, it has 6 errors now.

@johndpope
Copy link

there does appear to be a proto3 branch (haven't tested it)

https://github.com/alexeyxo/protobuf-objc/tree/protobuf3.0

@johndpope
Copy link

bumping up with all kinds of errors running ./scripts/build.sh

screen shot 2016-10-22 at 23 29 18

Did try
/protobuf-objc/src/compiler/google/protobuf
protoc --objc_out=. --objcgrpc_out=. --proto_path=. *.proto
but no joy.

@hdd2803
Copy link

hdd2803 commented Nov 12, 2016

If you have the problem that @johndpope had,the reason is that protobuf complier you install is a high verson for the code.You must uninstall the protobuf,and install the lower version of protobuf complier.The step:
1、brew uninstall protobuf
2、brew install homebrew/versions/protobuf260
After that you can continue the next step from Step 4.
In other words,if you not install protobuf,you must use the order "brew install homebrew/versions/protobuf260" instead of the order "brew install protobuf" in Step 3.

@am1993421
Copy link

thanks can be solved

@srgoogle23
Copy link

Subject: Your Dream Job Awaits: Apply Now to Join GitHub as a Developer!

Hey there,

We've got some thrilling news for you! GitHub is currently looking for skilled Developers to join our team. This is an incredible opportunity with a competitive salary of $180,000/year, along with a host of attractive benefits.

Interested in taking your career to the next level? Don't miss out! Click here to apply and secure your spot.

Looking forward to potentially welcoming you aboard!

Best regards,
GitHub Recruitment Team
constanedes, @noodanee, @vikshithhg, @Laeone, @celetetrt, @shenstt, @jspw, @ishashekh, @g0ldcha1n, @adamshaul1, @chixuan777, @ymtech-labs, @andreisilviudragnea, @JEONG-BD, @CoryHenson17, @krapans, @Dileep-royal, @gmwinston, @EggsyOnCode, @liuliangyz

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