Re: PDFDocument, ARC and 10.9 question

2014-01-23 Thread Totte Alm
Your problem is likely well before that point, since it looks like the failure has to do with a font. Either the font is damaged somehow, or the reference is invalid. OK, this is really weird. It works well in a compiled app, it works well running all different tests under Instruments,

PDFDocument, ARC and 10.9 question

2014-01-17 Thread Totte Alm
Hello again, Still debugging my CG - ARC move and I'm stuck with one problem that I just can't understand. DEBUG SNIP WHERE THIS HAPPENS _thePDF = [[PDFDocument alloc] initWithData:_data]; // test- if (_thePDF) { @try { *CRASHES HERE* - [_thePDF

Re: PDFDocument, ARC and 10.9 question

2014-01-17 Thread David Duncan
Your problem is likely well before that point, since it looks like the failure has to do with a font. Either the font is damaged somehow, or the reference is invalid. On Jan 17, 2014, at 4:22 AM, Totte Alm to...@code66.se wrote: Hello again, Still debugging my CG - ARC move and I'm stuck

Re: PDFDocument, ARC and 10.9 question

2014-01-17 Thread Totte Alm
17 jan 2014 kl. 18:43 skrev David Duncan david.dun...@apple.com: Your problem is likely well before that point, since it looks like the failure has to do with a font. Either the font is damaged somehow, or the reference is invalid. I thought so too, and the fact that running the app from