I have following linking error during build my project with AdMob iOS 6.4.0 SDK.
duplicate symbol _GAD_MD5 in:
../Admob/libGoogleAdMobAds.a(md5.o)
../Admob/libGoogleAdMobAds.a(gad_md5.o)
ld: 1 duplicate symbol for architecture armv7s
clang: error: linker command failed with exit code 1 (use -v to see invocation)
It looks like problem in libGoogleAdMobAds.a library.
--
---
You received this message because you are subscribed to the Google Groups "Google AdMob Ads Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
duplicate symbol _GAD_MD5 in:
../Admob/libGoogleAdMobAds.a(md5.o)
../Admob/libGoogleAdMobAds.a(gad_md5.o)
ld: 1 duplicate symbol for architecture armv7s
Are you using the -all_load flag for some reason? If you are, you should probably change it to use -force_load and point it to whatever SDK requires it.
On Wed, Apr 17, 2013 at 12:49 AM, Andrew_I <asi....@gmail.com> wrote:
I have following linking error during build my project with AdMob iOS 6.4.0 SDK.
duplicate symbol _GAD_MD5 in:
../Admob/libGoogleAdMobAds.a(md5.o)
../Admob/libGoogleAdMobAds.a(gad_md5.o)
ld: 1 duplicate symbol for architecture armv7s
clang: error: linker command failed with exit code 1 (use -v to see invocation)
It looks like problem in libGoogleAdMobAds.a library.
--
---
You received this message because you are subscribed to the Google Groups "Google AdMob Ads Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads...@googlegroups.com.
I have the same problem.duplicate symbol _GAD_MD5
...
ld: 1 duplicate symbol for architecture armv7s
среда, 17 апреля 2013 г., 11:49:19 UTC+4 пользователь Andrew_I написал:
--
Hello, i do this, but the smae problem. What am I doing wrong?
суббота, 20 апреля 2013 г., 0:50:45 UTC+4 пользователь Raj Parameswaran написал:
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
Sharekit (available on GitHub) requires this, for instance. It provides an implementation of various social media sharing (Facebook, Twitter, G+...).
it seems i solved it.If you're using the Admob v6.2 library make sure you're NOT using the-all_load
linker flag, use the-ObjC
linker flag instead, apart from -Obj-C
--
---
You received this message because you are subscribed to a topic in the Google Groups "Google AdMob Ads Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-admob-ads-sdk/yfQbiqzLfdA/unsubscribe?hl=en-US.
To unsubscribe from this group and all its topics, send an email to google-admob-ads...@googlegroups.com.