Hi,
I am using Unity 5.4.2f2 to build a game on iOS.
I have integrated the Google Admob Unity plugin and it is working fine. I can build the game and play it and see admob ads being displayed.
I have also integrated Chartboost mediation and it is also working fine.
I have followed the
instructions to add mediation for Unity Ads. I am using CocoaPods to integrate it.
Both the UnityAds.framework and UnityAdapter.framework have been added correctly in the Build Phase > Link Binary With Libraries in Xcode.
However when I am compiling it is failing during the linking step with the error message:
Undefined symbols for architecture armv7:
"_OBJC_CLASS_$_UADSMediationMetaData", referenced from:
objc-class-ref in UnityAdapter(GADMAdapterUnitySingleton.o)
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Do you guys have any clues on what I did wrong?
Thanks,
T.