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

Google Protocol Buffers for Objective-C

Results 18 protobuf-objc issues
Sort by recently updated
recently updated
newest added

Not sure if it is a bug or my dirty hands, but.. I followed these steps: 1. `brew install protobuf` 2. `git clone ` 3. `./scripts/build.sh` 4. fill up all...

I solved my previous issue with options #83 ( with @E-B-Smith help, big thanks! ). But, however, I want to know something. ( Bug of feature? ) In objectivec-descriptor.proto we...

Hello! Thanks for maintaining this project. We're evaluating using this for our iOS apps and have run into a filename-collision issue, which seems to be caused by `protobuf-objc` not respecting...

enhancement

Hello I am using the latest protobuf.io library and I am facing an issue with array elements. My code is ``` NSString *requestString = @"http://url/journal/"; NSData *data = [NSData dataWithContentsOfURL:[NSURL...

![probuffbugx](https://cloud.githubusercontent.com/assets/11722240/12603105/988198ca-c4ea-11e5-8a1f-87bddc4a2930.png) As shown in figure :about the isEqual Method When my ProBuffObject has array Members ;call isEqual Method, This time to perform statements:" [self.voiceArray isEqualToArray:otherMessage.voiceArray]" when this member ==nil ,is...

I'm writing a client application in iOS that uses ProtocolBuffer with this library. I have a server written with ProtobufJS, there I'm using both encodeDelimited and decodeDelimited which AFAIK write...

New version of [GoogleSignIn](https://cocoapods.org/pods/GoogleSignIn) has a new dependency GoogleInterchangeUtilities, which contains static library for Google Protocol Buffers. That make it impossible to use with protobuf-objc, causes **"Undefined symbol for architect...

Even though Objective-C is a dynamic language, it's basically impossible to get an enum value given its name as an NSString because an Objective-C/C enum is essentially just an integer...