I've analyzed my project: and this is the result:
what means and how can I solve this?
You should release pdfURL after you have used it to create pdf.
pdfURL
pdf
Try...
CGPDFDocumentRef pdf = CGPDFDocumentCreateWithURL(pdfURL); CFRelease(pdfURL);