mixpanel-iphone icon indicating copy to clipboard operation
mixpanel-iphone copied to clipboard

Undefined Symbols

Open mxstudios opened this issue 1 year ago • 1 comments

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.

mxstudios avatar Jul 19 '24 18:07 mxstudios

Same here, any updates on this? Is this a bug in the SDK?

Mustafax06 avatar Sep 01 '24 20:09 Mustafax06