You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 13, 2021. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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.
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
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
The text was updated successfully, but these errors were encountered: