Skip to content

missing required module 'CgRPC' #272

@alqa-dash

Description

@alqa-dash

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions