Skip to content
This repository has been archived by the owner on Feb 13, 2021. It is now read-only.

testing project failed #7

Open
czars opened this issue Mar 29, 2017 · 2 comments
Open

testing project failed #7

czars opened this issue Mar 29, 2017 · 2 comments

Comments

@czars
Copy link

czars commented Mar 29, 2017

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
Copy link

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

Can anyone help?

@KuldeepAIP
Copy link

KuldeepAIP commented Apr 16, 2020

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants