Hi
Ich versuche ein PDF auszugeben und das anhand des Zahlender Beispiel von apple
bekomme ein EXC_ACCESS Fehler in der Zeile
[_MyPDF insertPage: page atIndex: 0];
[_MyPDF = [[PDFDocument alloc] init];
CalendarPage *page;
page = [[CalendarPage alloc] init];
// Insert the new page in our PDF document.
[_MyPDF insertPage: page atIndex: 0];
// Release since the document retains.
[_MyPDF writeToURL: [savePanel URL]];
Ich versuche ein PDF auszugeben und das anhand des Zahlender Beispiel von apple
bekomme ein EXC_ACCESS Fehler in der Zeile
[_MyPDF insertPage: page atIndex: 0];
[_MyPDF = [[PDFDocument alloc] init];
CalendarPage *page;
page = [[CalendarPage alloc] init];
// Insert the new page in our PDF document.
[_MyPDF insertPage: page atIndex: 0];
// Release since the document retains.
[_MyPDF writeToURL: [savePanel URL]];
