I am using Crashlytics in my app for tracking crashes and Answers kit too for custom events. I am integrating the frameworks into my project using pod file. But I am getting a linking error while both pods are added like
pod 'Fabric'
pod 'Answers'
pod 'Crashlytics'
When I remove one from Answers and Crashlytics, then all is fine.
Error is :
Apple Mach-O Linker (Id) Error Linker command failed with exit code 1 (use to see invocation)
Any ideas?