-
Notifications
You must be signed in to change notification settings - Fork 435
Description
Hi!
I want to clarify CgRPC integration process for myself. I looked through threads here and didn't find anything useful.
I get whole SwiftGRPC project into my workspace and configure headers and Linked Frameworks. This way everything is fine.
But in my case I have to create framework which uses SwiftGRPC as a dependency framework and share it with another team. To use that custom framework they must add custom framework to Linked Framework as well as SwiftGRPC, BoringSSL, CgRPC, SwiftProtobuf. It would be ok but this is not the end of story. Additionally they should configure Header Search Paths for CgRPC include folder and copy frameworks in Build Phases. Huh.. Now it should work. Without these steps they got "missing required module 'CgRPC'" and so on.
My question: is it possible to avoid configuring Header Search Paths and (perhaps) copying frameworks?