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

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

ios - Possible to get UIButton sizeThatFits to work? -