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

Remove cocoapod's post-install header rewrite

Open dennycd opened this issue 3 years ago • 0 comments

At the moment, post pod installation, all gRPC/ObjcC pod is using prepare_command to rewrite c++ core / external lib's include headers in order to accomodate iOS/Xcode search path. This creates various issues and very error prone.

Instead we should look at avoid modifying the source and adjust build header search path at Cocoapoad/Xcode configuration level.

dennycd avatar Oct 07 '21 21:10 dennycd