mixpanel/mixpanel-iphone

Undefined symbols for architecture x86_64:

Closed this issue · 3 comments

Integration Method: CocoaPods
Xcode Version: Version 10.2 (10E125)
Library Version: Using Mixpanel (3.3.7)
Platform: iOS
Language: Objective-C
Description:

used cocoa pod to install Mixpanel.
Build is throwing error

Undefined symbols for architecture x86_64:
"OBJC_CLASS$_Mixpanel", referenced from:
objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Expected Behavior:
Build should work without error

Undefined symbol: OBJC_CLASS$_Mixpanel

hi @nagendraK6 , have you tried a clean build? Also please try 3.4.5 which has official Xcode 10.2 support.

I'm closing this one now, please let me know if the problem still exists on the latest version and I will reopen it.