I downloaded the code for Apple's ZoomingPDFViewer sample application, but I am unable to compile this application. It's showing a warning for this line
NSURL *pdfURL = [[NSBundle mainBundle] URLForResource:@"TestPage.pdf" withExtension:nil];
NSBundle may not respond to URLForResource:withExtension
I build using the iPhone OS 3.2.1 SDK. Why is it giving me this warning?