Hi,
I have had an issue building TextMate from the GitHub source for some time. I get the codesign error “resource fork, Finder information, or similar detritus not allowed” (introduced by Apple to enable notarization) for Dialog2.tmplugin:
Ians-MacBook-Pro:textmate ian$ ninja TextMate [5/116] Sign ‘build/PlugIns/dialog/Dialog2.tmplugin’… FAILED: build/PlugIns/dialog/Dialog2.tmplugin/Contents/_CodeSignature/CodeResources xcrun codesign --options runtime --timestamp -fs "-" build/PlugIns/dialog/Dialog2.tmplugin && touch build/PlugIns/dialog/Dialog2.tmplugin/Contents/_CodeSignature/CodeResources build/PlugIns/dialog/Dialog2.tmplugin: resource fork, Finder information, or similar detritus not allowed [6/116] Sign ‘build/PlugIns/dialog-1.x/Dialog.tmplugin’… build/PlugIns/dialog-1.x/Dialog.tmplugin: replacing existing signature [10/116] Compile ‘Frameworks/FileBro...src/FileBrowserDiskOperations.mm’… ninja: build stopped: subcommand failed. Ians-MacBook-Pro:textmate ian$
I assume this happens for others, too, on a fresh clone → configure → build? If not, then any pointers as to what detritus Dialog2.tmplugin might have would be appreciated.
Ian