Error: Command failed: spctl --assess --type execute --verbose --ignore-cache --no-cache on 20.43.0
See original GitHub issue- Version: 20.43.0
- Target: MacOS
Sign verification fails for MacOS on v20.43.0.
To ensure your native dependencies are always matched electron version, simply add script `"postinstall": "electron-builder install-app-deps" to your `package.json`
• rebuilding native production dependencies platform=darwin arch=x64
• packaging platform=darwin arch=x64 electron=5.0.2 appOutDir=.....
• signing file=/../../..app identityName=Mac Developer: .... (....) identityHash=... provisioningProfile=none
Error: Command failed: spctl --assess --type execute --verbose --ignore-cache --no-cache /../../..app
.....app: rejected
The build passes with no issues on v.20.41.0.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:38
- Comments:12 (1 by maintainers)
Top Results From Across the Web
spctl fails with source=Unnotarized Developer ID
spctl --assess --verbose=4 --type execute $mntpointApp. Our build machine (macOS 10.13.6, Xcode 10.1) executes these commands without failure.
Read more >Error: Command failed: spctl --assess - ignore-cache
Error : Command failed: spctl --assess --type execute --verbose --ignore-cache --no-cache on 20.43.0.
Read more >mac下electron-builder 签名报错,求解- SegmentFault 思否
mac下electron-builder -m• electron-builder version=20.43.0• loaded ... Error: Command failed: spctl --assess --type execute --verbose ...
Read more >electron-userland/electron-builder (Raised $0.00) - Issuehunt
Error : Command failed: spctl --assess --type execute --verbose --ignore-cache --no-cache on 20.43.0. Unfunded#3948created byvkolova.
Read more >Mac app notarization successful but spctl assessment rejects ...
app and submitted for Notarization. The executable, libraries and frameworks signing is done manually with the codesign command, and to sign 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
try to ‘spctl --master-disable’
Same problem. 20.44.4, but ‘spctl --master-disable’ solve the problem