cocoa - Is there better documentation on Apples UTI system? -
i have cocoa document-based application works fine. however, when create uti document , export it, application can neither read, write or create own files (or others). has menu. no logs, nothing.
is cocoa nsdocument system broken?
no, nsdocument
system not broken. have bug. cause have corrupted info.plist
. without hints you've done it's difficult certain, that's likely. can use plutil -lint <file>
make sure haven't broken that.
beyond that, of course, try removing uti , see if problem goes away. if so, adding uti incorrectly , details, may able help. if problem doesn't go away, broke else didn't realize touched.
Comments
Post a Comment