Using Protocol Buffers with Objective-C
objective-c, protocol-buffers, xcode
Solution
I've been working on an fork of Cyrus' project. It's based on protobuf 2.3 and works as a `protoc` plugin (`protoc-gen-objc`) instead of requiring a modified protobuf distribution.
You can find it as the protobuf-obj project on GitHub.
Problem
Has anyone used Google's Protocol Buffers when developing applications in Objective-C? Are there any current projects for compiling `.proto` files into Objective-C, all the Google docs simply refer to Java, C++ or Python.