[protobuf] Re: Protocol Buffers for IOS

2012-04-02 Thread Dhanaraj G
One more option i found is in following link..

http://tinsuke.wordpress.com/2011/02/17/how-to-cross-compiling-libraries-for-ios-armv6armv7i386/


We just need to copy the following file to /protobuf-2.4.1/ folder

http://goo.gl/OuP7f

then give the command in terminal

cd protobuf-2.4.1/
bash build_dependencies.sh

You will get the universal binary in protobuf-2.4.1/outdir folder

Regards,
Dhanaraj




On Apr 1, 4:50 am, Evan Jones ev...@csail.mit.edu wrote:
 On Mar 31, 2012, at 4:31 , Dhanaraj G wrote:

  I have gone through he following link..
 http://code.google.com/p/metasyntactic/wiki/ProtocolBuffers

 There is no official support but I've used the following distribution with 
 success, with the latest protoc (I'm pretty sure):

 https://github.com/booyah/protobuf-objc

 Good luck,

 Evan

 --http://evanjones.ca/

-- 
You received this message because you are subscribed to the Google Groups 
Protocol Buffers group.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.



[protobuf] Protocol Buffers for IOS

2012-03-31 Thread Dhanaraj G
Hi,

Is there any direct support for Protocol Buffers  in iOS? (armv6,
armv7)

I have gone through he following link..
http://code.google.com/p/metasyntactic/wiki/ProtocolBuffers

It uses v2.2 and currently available version is v2.4


Regards,
Dhanaraj

-- 
You received this message because you are subscribed to the Google Groups 
Protocol Buffers group.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.