Quantcast
Viewing all articles
Browse latest Browse all 204402

Compilation errors when using Google Analytics component for iOS

Adding Google Analytics support to our iOS app today, and I'm seeing these linker errors:

Error MT5212: Native linking failed, duplicate symbol: '_objc_retainedObject'. (MT5212)
Error MT5212: Native linking failed, duplicate symbol: '_objc_unretainedObject'. (MT5212)
Error MT5212: Native linking failed, duplicate symbol: '_objc_unretainedPointer'. (MT5212)
Error MT5212: Native linking failed, duplicate symbol: '__non_lazy_classes'. (MT5212)

These don't appear to be originating in my code, so I'm guessing there's some sort of problem with the component itself. Any suggestions on how to try and work around the issue?


Viewing all articles
Browse latest Browse all 204402

Trending Articles