Open mxstudios opened 4 months ago
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.
Same here, any updates on this? Is this a bug in the SDK?
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.