I am using google protobuf in my iOS project and as it turns out, the files generated by protoc does not adhere to ARC. It does retain, dealloc and such. I am using the protobuf-objc from here. Please let me know if anyone else has gone through the same issues and resolved.
Thanks in advance for the help.