grpc / grpc-ios

gRPC for iOS
Apache License 2.0
39 stars 22 forks source link

Handle iOS sample app build break when BoringSSL & Libuv version update #34

Open dennycd opened 2 years ago

dennycd commented 2 years ago

Currently if we modify gRPC-Core's BoringSSL & Libuv version number w/o publishing the pod for the new version, our iOS sample app project will break since the next pod install won't be able to find the updated version from the pod trunk (see example https://github.com/grpc/grpc/pull/27710/). A few action items