Remove cocoapod's post-install header rewrite
Open
area/cocoapod
kind/cleanup
- Dominant language
- C
- Stars
- 61
- Forks
- 26
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 11
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.