larsacus / LARSAdController

Lightweight ad mediation for iOS to properly manage multiple ad networks dynamically including iAd and Google ads.
http://theonlylars.com/blog/2013/01/10/stupid-easy-ads-with-larsadcontroller-3-dot-0/
MIT License
269 stars 60 forks source link

Unused entity Issue #68

Closed robmontesinos closed 10 years ago

robmontesinos commented 10 years ago

Hi, I'm getting warnings on LARSAdController.m:

What should I do with this? Thank you.

larsacus commented 10 years ago

Fixed in the last commit: 90eb8808b8b6f784d64c09314c144f182f697bac

Sorry about that! Didn't show up in the sample project since logs were turned on and the logs used the unused variable. I'll rev the podspec shortly.

robmontesinos commented 10 years ago

Thanks Larsacus!