Open tiendnuit opened 6 months ago
@tiendnuit can you please provide a sample project that reproduces the issue?
Hi @jaredmixpanel , from my project I have a Core framework with some common functions and I put the Mixpanel in this framework and then installed it via cocoapods in my main project. From my investigation, seems in Mixpanel framework has a class Mixpanel with the same name as the module. You can see this link for reference. Thanks!
https://hackernoon.com/cocoapod-as-xcframework-with-dependencies
I'm trying to generate XCFramework with some modules and use Cocoapods to integrate all modules in my main app. After pod install/ pod update, I got this error when building the app 'MixpanelType' is not a member type of class 'Mixpanel.Mixpanel'. in arm64-apple-ios.private.swiftinterface file.
Please help me to solve this issue. Thanks!