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

Detect missing podspec imports

Open dennycd opened this issue 2 years ago • 0 comments

At the moment, generated_projects.sh will automatically add new source file to the main spec, however, additional podspec imports may still be needed to avoid linkage-time symbol missing issue. See PR example here: https://github.com/grpc/grpc/pull/27032

Check if there is a way to automatically detect missing imports or surface up the missing steps to devs.

dennycd avatar Mar 09 '22 23:03 dennycd