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?