codesign command fails by unrecognized option `--strict'
See original GitHub issueHi!
I failed application signing by electron-osx-sign-tf@1.1.0 due to unrecognized option --strict
.
codesign
supports --strict
option from Mac OS X 10.11 El Capitan.
But, I’m using MacOS X 10.10.5 Yosemite.
Does electron-osx-sign
close Yosemite support since merging the following pull request?
https://github.com/electron-userland/electron-osx-sign/pull/91/files
- a part of output
Sign failed:
Exit code: 2. Command failed: codesign --verify --deep --strict --verbose=2 pack/osx/my-darwin-x64/my.app
codesign: unrecognized option `--strict'
Usage: codesign -s identity [-fv*] [-o flags] [-r reqs] [-i ident] path ... # sign
codesign -v [-v*] [-R testreq] path|[+]pid ... # verify
codesign -d [options] path ... # display contents
codesign -h pid ... # display hosting paths
Issue Analytics
- State:
- Created 7 years ago
- Reactions:3
- Comments:7 (4 by maintainers)
Top Results From Across the Web
codesign command fails by unrecognized option `--strict' #103
Hi! I failed application signing by electron-osx-sign-tf@1.1.0 due to unrecognized option --strict. codesign supports --strict option from ...
Read more >codesign: unrecognized option `--entitlem… - Apple Community
I am getting this error and not even the Dev center help desk people can figure it out, I have reinstalled xcode and...
Read more >Only one app error: Command /usr/bin/codesign failed with ...
There has no same certificate in the Keychain Access.I built a new app, it can runs in the device with the same certificate....
Read more >xCode 11 Passkit Framework bundle format unrecognized ...
Passkit Framework bundle format unrecognized, invalid, or unsuitable. Command CodeSign Failed with a non exit code.
Read more >Getting the following error when importing Darwin or Foundation in ...
Hi, I keep getting this error when trying to import Darwin or Foundation using ... If you add more -v options to the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
#110 merged. Before a next release is published, the patch may be tested from installing the latest module:
npm install -g github:electron-userland/electron-osx-sign
.Thanks to @KazuyaHayashi @McPo @aaronfalloon @Eugeny for your contributing in this issue!
It’s
require('os').release()
.El Capitan is
"15.0.0"
. See https://en.wikipedia.org/wiki/Darwin_(operating_system) for others.