On 31 Aug 2020, at 22:10, Ian Gregory via TextMate wrote:
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:
See this technical note: https://developer.apple.com/library/archive/qa/qa1940/_index.html
Basically one of the files in the build folder has “Finder info” or similar. You can either try to track down the file, as outlined in the technote, or maybe just delete the Dialog2.tmplugin build folder, however, the extended attribute may have been added to one of the resource files that are being copied to the build folder, so you may have to clear it from there.