quick-start
quick-start copied to clipboard
Electron MacOS Application signing fail when enable app-sandbox.
Describe the bug
Sigining always fail, when enable app-sandbox in entitlements.mac.plist. Its says because of cant find team ID.
• signing file=dist/mac-arm64/test.app platform=darwin type=distribution identity=**** provisioningProfile=none
• Above command failed, retrying 3 more times
• Above command failed, retrying 3 more times
⨯ Could not automatically determine ElectronTeamID from identity: ****** failedTask=build stackTrace=Error: Could not automatically determine ElectronTeamID from identity: *******
Used Scaffolding
create-electron
Used Package Manager
npm
Validations
- [x] Follow the Code of Conduct.
- [x] Read the Contributing Guidelines.
- [x] Read the docs.
- [x] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.