flurry / flurry-adapter-admob-ios

Flurry Adapter for AdMob/DFP CocoaPods
Apache License 2.0
7 stars 5 forks source link

testing project failed #7

Open czars opened 7 years ago

czars commented 7 years ago

I installed flurry adapter by CocoaPods in my project but I only install for Main target, not Testing Target.

However, I got linking error like this when I trying to test my project

"_OBJC_CLASS_$_FlurryAdTargeting", referenced from:
Objc-class-ref in libFlurryAdapter.a(GADMAdapterFlurryAppCircle.o)
"_OBJC_CLASS_$_FlurryAdNative", referenced from:
Objc-class-ref in libFlurryAdapter.a(GADMAdapterFlurryAppCircle.o)
"_OBJC_CLASS_$_FlurryAdInterstitial", referenced from:
Objc-class-ref in libFlurryAdapter.a(GADMAdapterFlurryAppCircle.o)
"_OBJC_CLASS_$_FlurryAdBanner", referenced from:
Objc-class-ref in libFlurryAdapter.a(GADMAdapterFlurryAppCircle.o)
"_OBJC_CLASS_$_Flurry", referenced from:
Objc-class-ref in libFlurryAdapter.a(GADMAdapterFlurryAppCircle.o)

I know the error is caused by that testing target doesn't have Flurry-iOS-SDK/FlurryAds. but I feel weird to install Flurry-iOS-SDK/FlurryAds in testing target.

Is anyone have same issue or solution for this?

Thanks a lot

SumaiyaKhan commented 7 years ago

I haven't used PODS. Integrated Flurry SDK manually. "_OBJCCLASS$_FlurryAdBanner", referenced from: I am getting this error. Added Security, system configuration framework, -ObjC, -allLoad linker flags. No success.

Can anyone help?

KuldeepAIP commented 4 years ago

@BenLloydPearson , @czars , i am facing the same issue, did you found any solution for that?