Failed to determine if /Users/jan/.bash_profile
contains extended attributes
#7394
Labels
kind/bug
Something isn't working
platform/macos
priority/1
Work should be fixed for next release
regression
Functionality was working in a previous release and is now broken
Milestone
This error happens on at least macOS Sonoma and Sequoia, and only in the signed and notarized release versions; not in regular CI builds.
The problem seems to be that
fs-xattr
contains native code compiled bynode-gyp
that is packaged intoapp.asar
and therefore not codesigned as all the other bundled resources:Adding Unpacked Files to ASAR archives explains how to keep
*.node
files unpacked, which seems better anyways, as they otherwise need to be written to$TMPDIR
before they can berequire
d.Let's try this and make sure all
*.node
files are also getting codesigned byyarn sign ...
.The text was updated successfully, but these errors were encountered: