Using Facebook-iOS-SDK (4.0.1)
Using Google-Mobile-Ads-SDK (7.1.0)
I'm getting the following linker errors when I attempt to build with LibAdapterFacebook-1.1.0:
Undefined symbols for architecture arm64:
"_kFBAdSize320x50", referenced from:
_GADFBAdSizeFromAdSize in libAdapterFacebook.a(GADFBBannerAd.o)
"_kFBAdSizeHeight50Banner", referenced from:
_GADFBAdSizeFromAdSize in libAdapterFacebook.a(GADFBBannerAd.o)
"_OBJC_CLASS_$_FBAdView", referenced from:
objc-class-ref in libAdapterFacebook.a(GADFBBannerAd.o)
"_OBJC_CLASS_$_FBAdSettings", referenced from:
objc-class-ref in libAdapterFacebook.a(GADMAdapterFacebook.o)
"_kFBAdSizeHeight250Rectangle", referenced from:
_GADFBAdSizeFromAdSize in libAdapterFacebook.a(GADFBBannerAd.o)
"_kFBAdSizeInterstital", referenced from:
_GADFBAdSizeFromAdSize in libAdapterFacebook.a(GADFBBannerAd.o)
"_OBJC_CLASS_$_FBInterstitialAd", referenced from:
objc-class-ref in libAdapterFacebook.a(GADFBInterstitialAd.o)
"_kFBAdSizeHeight90Banner", referenced from:
_GADFBAdSizeFromAdSize in libAdapterFacebook.a(GADFBBannerAd.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Undefined symbols for architecture i386:
"_kFBAdSizeHeight250Rectangle", referenced from:
_GADFBAdSizeFromAdSize in libAdapterFacebook.a(GADFBBannerAd.o)
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Actually the library you provided doesn't seems to have some symbols in it.
please guide me through it. .
Hi Andrew,
Thanks for the reply, I have tried many option, also one that was mentioned by you, but still no success.
I have reverted all my changes, got the project back to working state with GoogleMobileAdsSdkiOS-7.3.1.
After that when I try to integrate LibAdapterFacebook-1.1.0 in my project and build, I get following linking errors -
"_OBJC_CLASS_$_FBAdSettings", referenced from:
objc-class-ref in libAdapterFacebook.a(GADMAdapterFacebook.o)
"_OBJC_CLASS_$_FBAdView", referenced from:
objc-class-ref in libAdapterFacebook.a(GADFBBannerAd.o)
"_OBJC_CLASS_$_FBInterstitialAd", referenced from:
objc-class-ref in libAdapterFacebook.a(GADFBInterstitialAd.o)
"_kFBAdSize320x50", referenced from:
_GADFBAdSizeFromAdSize in libAdapterFacebook.a(GADFBBannerAd.o)
"_kFBAdSizeHeight250Rectangle", referenced from:
_GADFBAdSizeFromAdSize in libAdapterFacebook.a(GADFBBannerAd.o)
"_kFBAdSizeHeight50Banner", referenced from:
_GADFBAdSizeFromAdSize in libAdapterFacebook.a(GADFBBannerAd.o)
"_kFBAdSizeHeight90Banner", referenced from:
_GADFBAdSizeFromAdSize in libAdapterFacebook.a(GADFBBannerAd.o)
"_kFBAdSizeInterstital", referenced from:
_GADFBAdSizeFromAdSize in libAdapterFacebook.a(GADFBBannerAd.o)
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Can you please help me to resolve this issue?
--
---
You received this message because you are subscribed to a topic in the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-admob-ads-sdk/Fh7kUukTbdc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-admob-ads...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hello Andrew,