I try to create an native MacOS document-based- app with AppKit
this app should can read and write many different type of file like HTML, CSS, Javascript, PHP, Java and so on.
The problem is with css file. in other post of forum is written that The correct type is public.css.
but if I import type that is conform to public.css, when I run the app and look for an css file to open, that file doesn't selectable and I get error:
An NSDocumentController returned nil when sent -fileExtensionsFromType:@"com.example.css". See the info about new support for UTIs in the Leopard AppKit release notes.
p.s. I've retry to put the same settings and the error doesn't come out but the file still unselectable in open dialog panel
can someone help me?