We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Integration Method: CocoaPods xcode 15.2 Library version - 5.0.7 iOS Objective-C
After installing through CocoaPods and before I add any code, it builds fine.
I then add the first reference to MixPanel:
Mixpanel *mixpanel = [Mixpanel sharedInstanceWithToken:@"XXXX" trackAutomaticEvents: NO];
When I build I get "undefined symbols" error.
The installation went fine and it built fine until I tried to actually use it in my code.
The text was updated successfully, but these errors were encountered:
Same here, any updates on this? Is this a bug in the SDK?
Sorry, something went wrong.
No branches or pull requests
Integration Method: CocoaPods
xcode 15.2
Library version - 5.0.7
iOS
Objective-C
After installing through CocoaPods and before I add any code, it builds fine.
I then add the first reference to MixPanel:
Mixpanel *mixpanel = [Mixpanel sharedInstanceWithToken:@"XXXX" trackAutomaticEvents: NO];
When I build I get "undefined symbols" error.
The installation went fine and it built fine until I tried to actually use it in my code.
The text was updated successfully, but these errors were encountered: