protobuf-objc icon indicating copy to clipboard operation
protobuf-objc copied to clipboard

Will you support new protobuf 3.0 ?

Open mefilt opened this issue 10 years ago • 18 comments

Will you support new protobuf 3.0 ?

mefilt avatar Dec 17 '14 10:12 mefilt

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

alexeyxo avatar Dec 17 '14 11:12 alexeyxo

mb you need help?

mefilt avatar Dec 17 '14 11:12 mefilt

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 avatar Dec 17 '14 11:12 alexeyxo

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

mefilt avatar Dec 17 '14 11:12 mefilt

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], [[email protected]], [protobuf-plugin-objc])' make: *** No targets specified and no makefile found. Stop.

hanhandan avatar Mar 25 '15 08:03 hanhandan

@hanhandan At the moment Protobuf 3.0 not been supported.

alexeyxo avatar Mar 25 '15 10:03 alexeyxo

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

4ntoine avatar May 07 '15 06:05 4ntoine

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?

ddaddy avatar May 19 '15 13:05 ddaddy

Currently, "proto3" is not supported.

alexeyxo avatar May 19 '15 13:05 alexeyxo

@alexeyxo any update on this issue?

lolgear avatar Jul 18 '16 12:07 lolgear

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

maojj avatar Aug 01 '16 10:08 maojj

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

alexeyxo avatar Aug 01 '16 11:08 alexeyxo

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

xiaoyouPrince avatar Sep 19 '16 05:09 xiaoyouPrince

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

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

johndpope avatar Oct 23 '16 03:10 johndpope

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.

johndpope avatar Oct 23 '16 03:10 johndpope

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.

hdd2803 avatar Nov 12 '16 02:11 hdd2803

thanks can be solved

am1993421 avatar Jan 11 '17 01:01 am1993421

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

srgoogle23 avatar Feb 26 '24 03:02 srgoogle23