Re: crash using PDFDocumentTitleAttribute - CoreData conflict?
Re: crash using PDFDocumentTitleAttribute - CoreData conflict?
- Subject: Re: crash using PDFDocumentTitleAttribute - CoreData conflict?
- From: "Adam R. Maxwell" <email@hidden>
- Date: Sun, 4 Jun 2006 11:09:59 -0700
On Jun 4, 2006, at 10:35, John R. Timmer wrote:
I'm having a crash on launch when i include the following code in
an NSManagedObject subclass, where theDoc is a PDFDocument:
if ( [[theDoc documentAttributes] objectForKey:
PDFDocumentTitleAttribute] != nil )
[self setName: [[theDoc documentAttributes] objectForKey:
PDFDocumentTitleAttribute]];
The crash comes with the message:
ZeroLink: unknown symbol '_PDFDocumentTitleAttribute'
testApp has exited due to signal 6 (SIGABRT).
Any suggestions on how to fix this? Is the key actually meant to
be a string?
This isn't CoreData related; it's a bug in PDFKit. See previous
discussions at <http://www.cocoabuilder.com/search/archive?
words=PDFDocumentTitleAttribute>.
--
Adam
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden