App run successfully on simulator when connected device trying to run application, got following error.
ld: 3531 duplicate symbols for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
Assuming duplicate framework added.
Here is my pod file
pod 'Firebase/Core'
pod 'Firebase/AdMob'
pod 'Fabric'
pod 'Crashlytics'
pod 'SDWebImage', '~>3.6'
pod 'FlexibleGauge', '~> 0.1'
No more extra framework added in project.
I have no clue why its happening like this. Please let me know your inputs for the duplicate symbols error message.