首先贴出来grpc的官网:https://grpc.io/
官方文档中文版网址(内容会有一些滞后,但是不影响使用):http://doc.oschina.net/grpc?t=60140
$ git clone https://github.com/grpc/grpc.git
$ cd grpc
$ git submodule update --init
cd examples/objective-c/route_guide
pushd ../../cpp/route_guide
$ make//这里是编译c++的库
$ ./route_guide_server & //这里可以看到route_guide_server这样的一个文件,执行这个命令就是运行C++的本地的sever
$ popd
大家objective-c的文件夹,执行pod install ,然后运行,打印出来的日志就是Hello Objective-C