I am making an android games with Unity 5.3.2. I used Google Play Games for log in, achievement, and leader board. Then i want my games available for IOS. I used cocoapod, this is my podfile :
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
pod 'GooglePlayGames'
pod 'ChartboostSDK'
pod 'VungleSDK-iOS'
pod 'Google-Mobile-Ads-SDK', '~> 7.6'
I build it then i got link error :
7233 duplicate symbols for architecture armv7
Then i check which symbols are duplicate. I saw it from same file named "gpg.framework". How can this happened to have duplicate symbols in the same file? How can i fix this?
Thank you, Cindy
Note : check here to see error log