Hi,
I'm traing to build a lite version for my app the way it is described in this post: http://stackoverflow.com/questions/549462/how-do-i-manage-building-a-lite-vs-paid-version-of-an-iphone-app
After creating the two targets the full version can be built the lite version stops building with this error at the 'linking' stage: "library not found for -lAdMobDevice Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.0 failed with exit code 1"
I'm trying to use AdMob for the lite version. Any idea what could be causing this?
Thanks