David Paschich
David Paschich
FYI, the official Google Protobuf project is planning to use `struct`s once they get to Swift generation. I think their reasoning is sound, and I'd love to see this happen....
@sas71, any progress? I've started seeing this as well, although it could be related to upgrading to Xcode 5. I've tried 3 or 4 different Obj-C unit testing solutions, looking...
I've created a pull request with a fix for this. Note that you may still get a warning logged to the console if you build with an older Xcode; this...
I encountered this issue as well; it also breaks when the signature contains `+`. Server-side encodes this to `%2b`, then the javascript decodes it back to `+` at the line...