I am trying to integrate the flurryAds to my iPhone app, I am not able to do this. I import the .h files named
#import "Flurry.h"
#import "FlurryAds.h"
#import "FlurryAdDelegate.h"
when I initialize using line of code like
[Flurry startSession:@"DV2B6SYZTHSJ5230458"];
[FlurryAds initialize:self.viewController];
I get an error like
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_FlurryHttpAsyncTask", referenced from:
objc-class-ref in libFlurryAds.a(libFlurryAds.a-i386-master.o)
Can any one help me for this? Thank you in advance