core data - Document-Based App with Swift -
Can someone ask me to fix Apple Template in Xcode 6 for a document-based app with Swift I have tried with core data and without it (prefer), instead of the regular Xibs instead of the storyboard, "[document] type here [document] outside of the box template] is not in any NSDocumentClass. It is very disappointing when They leave a new language with such templates Which do not work.
I can not post screenshots of this because NDA, Lake And for the things that have changed, these steps have been taken:
- Inside the xodod, click on your application in the explorer pane
- Your application under the target
- Click the info tab on the top toolbar
- Expand document type
Name - Document type (your choice)
Class - MyApp.MyDoc & lt; ---
Extension - mydoc (your choice)
icon - Your icon image file
Identifier - For documents type, some unique identifiers, usually use com.companyname.extension
Role - Editor (your choice)
Mime type - None (if you are using XML Store, you can change it on text) Are / XML)
bundle - false
overrun Appropriate information - I did not have to add it to export UTI, but I think it is best practice to do
- Expand document type
Comments
Post a Comment