/
Install

Install

Tools

brew install automake
brew install libtool

protobuf

brew tap homebrew/versions
brew install homebrew/versions/protobuf
brew install homebrew/versions/protobuf260
ln -s /usr/local/Cellar/protobuf260/2.6.0/bin/protoc /usr/local/bin

protobuf-objc

git clone https://github.com/alexeyxo/protobuf-objc.git
cd protobuf-objc
./scripts/build.sh

protoc

protoc --plugin=/usr/local/bin/protoc-gen-objc person.proto --objc_out="./"

demo


Related content

MRC Project to ARC
MRC Project to ARC
More like this
PCH was compiled with module cache
PCH was compiled with module cache
More like this
itunes connect
itunes connect
More like this
fastlane
fastlane
More like this
.gitlab-ci.yml
.gitlab-ci.yml
More like this
NSString+MD5
NSString+MD5
More like this