You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2024. It is now read-only.
I cannot package this binary into my app, because the binary cannot be codesigned by XCode.
This works on other binaries and files, so there must be an issue specifically around the binaries that pkg creates.
To reproduce, create a simple index.js with console.log('Hello world').
I cannot package this binary into my app, because the binary cannot be codesigned by XCode.
This works on other binaries and files, so there must be an issue specifically around the binaries that
pkgcreates.To reproduce, create a simple
index.jswithconsole.log('Hello world').pkg -t node7-darwin index.js -o testThe resulting binary cannot be code signed.
$ codesign -vvvv --force --sign '<apple developer identity>' ./test ./test: main executable failed strict validation