This repository has been archived by the owner on Jan 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1k
Code sign fails #66
Comments
Might be related, this is seemingly an issue with a python packager: https://github.com/pyinstaller/pyinstaller/wiki/Recipe-OSX-Code-Signing#pyinstaller-fix-implementation |
1 task
Is there any update on this issues ? |
Any update here? Is this still an issue? |
It is indeed still an issue. That's majorly disappointing. |
Any update? |
jesec
added a commit
that referenced
this issue
May 5, 2021
jesec
added a commit
that referenced
this issue
May 7, 2021
jesec
added a commit
that referenced
this issue
May 10, 2021
This issue is stale because it has been open 90 days with no activity. Remove the stale label or comment or this will be closed in 5 days. To ignore this issue entirely you can add the no-stale label |
This issue is now closed due to inactivity, you can of course reopen or reference this issue if you see fit. |
This issue has been resolved by 0b55f9a . |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
withconsole.log('Hello world')
.pkg -t node7-darwin index.js -o test
The resulting binary cannot be code signed.
$ codesign -vvvv --force --sign '<apple developer identity>' ./test ./test: main executable failed strict validation
The text was updated successfully, but these errors were encountered: