grpc-ios icon indicating copy to clipboard operation
grpc-ios copied to clipboard

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

Open dennycd opened this issue 3 years ago • 0 comments

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

  • we need to add presubmit build test to kokoro that builds an iOS app pod using the updated version from cocoapod trunk. This helps detect build breaks
  • Update iOS release process so that this version bump are in sync w/ cocoapod trunk udpate

dennycd avatar Oct 15 '21 18:10 dennycd