mirror of
https://github.com/php-win-ext/grpc.git
synced 2026-04-23 08:48:11 +02:00
988c85535d
Upgrade apple platform deployment_target versions to fix the cocoapods push of BoringSSL-GRPC about the following error: ``` ld: file not found: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_macosx.a clang: error: linker command failed with exit code 1 (use -v to see invocation) ``` ref: https://developer.apple.com/forums/thread/725300 This also aligns with the versions required by [protobuf](https://github.com/protocolbuffers/protobuf/pull/10652) ``` ios.deployment_target = '10.0' osx.deployment_target = '10.12' tvos.deployment_target = '12.0' watchos.deployment_target = '6.0' ```
gRPC C++ Hello World Example
You can find a complete set of instructions for building gRPC and running the Hello World app in the C++ Quick Start.