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
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!
The text was updated successfully, but these errors were encountered:
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!
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!
The text was updated successfully, but these errors were encountered: