Skip to content

How would I go about adding Carthage dependencies to the swift UI component package I am authoring? #210

Description

@sinewave440hz

Ask your Question

I need to build a wrapper around dependencies that are only available as Carthage dependencies. I have successfully added them to a standard tvOS swift project.

I added a cartfile in the same way as in my swift project, but this time in the iOS folder of the actual react-native package I am authoring. Here, carthage updates and builds the dependencies correctly, but they do not compile. There is no way to add the generated xc-frameworks to the package's Xcode project file (there are no options to add frameworks in the package project, only in the embedded example project.

Does anyone have any suggestion on how to proceed with this?

Thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions