I have implemented the AdWhirl
to show different network Ads but while it shows the ads on my view and I tap to open the ad it crashes with the following displayed in the log
-[AdWhirlAdapterIAd helperNotifyDelegateOfFullScreenModal]: unrecognized selector sent to instance 0x9fce850 2012-12-08 19:40:27.571 ExerMemosApp[2294:1b203] * Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[AdWhirlAdapterIAd helperNotifyDelegateOfFullScreenModal]: unrecognized selector sent to instance 0x9fce850'
I searched too much but couldn't find solution. Give me suggestion to remove this error.
Thanks in advance
Are you sure that the AdWhirlAdNetworkAdapter+Helpers.h
file is included in your project? Make sure everything under AdWhirl/Internal
is correctly referenced in your build settings.