MobiVM / robovm-robopods

55 stars 37 forks source link

Incomaptible robopods librarries - AppODeal, YandexMetrica, GoogleMobileAds #50

Closed balepc closed 5 years ago

balepc commented 7 years ago

Trying to launch iOS game with YandexMetrica, AppoDeal and GoogleMobileAds all together. It doesn't complie.

duplicate symbol _OBJC_IVAR_$_PodYandexMobileMetrica_FMStatement._query in: /ios/libs/YandexMobileMetrica.framework/YandexMobileMetrica(FMDatabase.o) /ios/libs/Appodeal.framework/Appodeal(FMDatabase.o)

I've cleared the cache, but doesn't work.

alex-dorokhov commented 7 years ago

Appodeal.framework contains YandexMetrica.framework inside. So to make it work all together you have to remove YandexMetrica.framework from your project's lib folder.