I have an app I am working on which has been split into two targets, one for the iPhone and one for the iPad. The iPhone side (w/iAds) runs perfectly, but the iPad target gives me errors. It basically boils down to the iPad target not recognizing the iAd framework.
I've tried weak linking but I still get iAd/iAd.h: No such file or directory
as an error. Obviously iAds can't be run on the iPad but I at least need my code to compile.
Am I missing some blatantly obvious solution here?