i am using PoDoFo library for standard PDF annotation it working ios6 and earlier when i upgrade app into ios7 it display EXC_BAD_ACCESS like this
it crash in this code
PdfMemDocument *doc1 = [APDFManager createPdfForFileAtPath:pdfpath_name];
+(PdfMemDocument*)createPdfForFileAtPath:(NSString*)path
{
PoDoFo::PdfMemDocument* doc = new PoDoFo::PdfMemDocument([path UTF8String]);
return (PdfMemDocument*)doc;
}