-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't codesign #1441
Comments
Please set env DEBUG=electron-builder and attach log of the terminal output. |
On local machine please try to not set |
Yes, on local machine it works but uses my personal identity. I'm trying to build for the store. |
Please attach terminal output. In your "'security find-identity -v' command:" I see the only 3rd Party Mac Developer Application / 3rd Party Mac Developer Installer pair and so, don't understand "it works but uses my personal identity" |
It uses the 'Mac Developer: Stuart Young' identity. The warning tells me this is for development only. I'm trying to build for production, using the MedCenterDisplay identity. Working on getting you log output now. |
electron-builder Two package.json structure is used (dev: /Users/stuart/Development/apps/app-electron/package.json, app: /Users/stuart/Development/apps/app-electron/dist/ppmgr/package.json) +0ms electron-builder npm (6654) exited with code 0 +11s 7-Zip (a) [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21 Scanning the drive for archives: Extracting archive: /Users/stuart/.electron/electron-v1.6.2-darwin-x64.zipPath = /Users/stuart/.electron/electron-v1.6.2-darwin-x64.zip Everything is Ok Folders: 143
Error: Identity name "MedCenterDisplay LLC (UNBZ95H8G9)" is specified, but no valid identity with this name in the keychain |
I have been through all the code-signing issues and tried everything I know to try but I continue to get the error: Identity name "[NAME]" is specified, but no valid identity with this name in the keychain
Following are the certs found running the 'security find-identity -v' command:
......
11) 5BFFD281CC10B48FE57028F5E5A200C28DDBDACA "3rd Party Mac Developer Application: MedCenterDisplay LLC (UNBZ95H8G9)"
12) 451290B195B537EA016FA9287D3E4BC7B5E57D14 "3rd Party Mac Developer Installer: MedCenterDisplay LLC (UNBZ95H8G9)"
13) 8DFF38599E8864EB6354BF9393F8CED8836FD48D "Mac Developer: Stuart Young (QQW2H24ZW9)"
14) BB9608419766D3002EAEB092EE2E6CBE0AD14068 "Mac Developer: Stuart Young (75KJW6BC4H)"
....
I have tried setting mas.identity to the following values:
3rd Party Mac Developer Installer: MedCenterDisplay LLC (UNBZ95H8G9)
3rd Party Mac Developer Application: MedCenterDisplay LLC (UNBZ95H8G9)
MedCenterDisplay LLC (UNBZ95H8G9)
MedCenterDisplay LLC
UNBZ95H8G9
Nothing works. Your help would be GREATLY appreciated. Thanks!
The text was updated successfully, but these errors were encountered: