iphone - Crash on CGPDFDocumentCreateWithURL -


i exc_bad_access on code:

    nsurl *pdfurl = [nsurl urlwithstring:path];   pdf = cgpdfdocumentcreatewithurl((cfurlref)pdfurl);   cfrelease(pdfurl); 

'path' nsstring path the file loading documents directory. have chanced ensure path correct. running on simulator don't see why should make difference in situation.

any ideas why crash occurring?

thanks

don't release pdfurl. urlwithstring: returns autoreleased object.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -