I am trying to use protobuf
3.0.0 in my objective-c project, when I compile the protobuf
project, there shows an error :
"thread-local storage is unsupported for the current target."
because protobuf
uses "__thread" in the code, maybe the xcode
compiler do not support this character.
could someone tell me how to solve this problem?