Lines Matching +full:objective +full:- +full:c
1 # gRPC in 3 minutes (Objective-C)
3 There are currently two ways to build projects with the gRPC Objective-C library:
13 …n obtain the latter by following [these setup instructions](https://github.com/grpc/homebrew-grpc).
15 ### Hello Objective-C gRPC!
17 Here's how to build and run the Objective-C implementation of the [Hello World](../../protos/hellow…
25 $ git clone -b RELEASE_TAG_HERE https://github.com/grpc/grpc
27 $ git submodule update --init
30 Change your current directory to `examples/objective-c/helloworld`
33 $ cd examples/objective-c/helloworld
38 the C++ server in this repository:
59 The code sends a `HLWHelloRequest` containing the string "Objective-C" to a local server. The server
64 …zel, you should have [Bazel](https://docs.bazel.build/versions/master/install-os-x.html) installed.
66 ### Hello Objective-C gRPC!
67 Here's how to build and run the Objective-C implementation of the [Hello World](helloworld) example.
71 $ git clone --recursive https://github.com/grpc/grpc
74 Next, change your directory to `examples/objective-c`
76 $ cd grpc/examples/objective-c
85 … World sample properly, we need a local server. Let's compile and run the corresponding C++ server:
102 $ bazel run :HelloWorld --ios_simulator_version='<runtime>' --ios_sumlator_device='<device>'
107 …n find a more detailed tutorial in [gRPC Basics: Objective-C](https://grpc.io/docs/languages/objec…