Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'MixpanelType' is not a member type of class 'Mixpanel.Mixpanel' #640

Open
tiendnuit opened this issue Apr 9, 2024 · 2 comments
Open

'MixpanelType' is not a member type of class 'Mixpanel.Mixpanel' #640

tiendnuit opened this issue Apr 9, 2024 · 2 comments

Comments

@tiendnuit
Copy link

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.

image

Please help me to solve this issue. Thanks!

@jaredmixpanel
Copy link
Contributor

@tiendnuit can you please provide a sample project that reproduces the issue?

@tiendnuit
Copy link
Author

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!

image

https://hackernoon.com/cocoapod-as-xcframework-with-dependencies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants