You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2025. It is now read-only.
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")
}