Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Missing cocoapods dependency in XCFramework #37

@neugartf

Description

@neugartf

Hey!

Thanks for the repo. Unfortunately, we ran into an issue with a cocoapods dependency, which is not present in the final XCFramework. Is there any way to add this dependency to the binary?

cocoapods {
        // Configure fields required by CocoaPods.
        summary = ""
        homepage = ""
        // You can change the name of the produced framework.
        // By default, it is the name of the Gradle project.
        ios.deploymentTarget = "12"

        pod("Mixpanel")
    }
multiplatformSwiftPackage {
        swiftToolsVersion("5.3")
        targetPlatforms {
            iOS { v("12") }
            macOS { v("11") }
        }
        outputDirectory(File(projectDir, ""))

    }

Cross link to #kotlin-native channel

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions