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

Description
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