-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
MacOS Sierra Command failed: codesign; The specified item could not be found in the keychain. #1457
Comments
I'd love to be able to help but I'm not sure where I should start. Are there any tips on what could be causing this problem to help me narrow down my search? |
@neurosnap https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/src/codeSign.ts#L110 Probably item is not imported into keychain properly. |
Awesome I'll see what I can find. Much appreciated! |
@neurosnap if you figure out the correct steps to setup your keychain on CI, would you please post here and we can update the wiki accordingly? I've been having a number of similar issues on Sierra and have had to resort to disabling codesigning via electron-builder all-together and manually codesigning in my release script. (Creating a separate issue so that I don't distract the discussion here) |
Having the same issue. If i import those certificates into login keychain, everything is fine, even though i've set CSC_IDENTITY_AUTO_DISCOVERY to false. OS: 10.12 Also, i think this is connected to this issue #820 |
I finally spent some time looking into this issue. I was able to "fix" the issue by doing the following:
I'm going to confirm this fixes my particular issue on jenkins. |
…ould not be found in the keychain Close electron-userland#1457
I was never thought that I will ever say — Apple, burn in hell. Yet another workaround for weird strange codesign issue was committed. Will be released soon. Our Travis CI migrated to use |
@develar Thanks for the fix! I can confirm, that it's working for me after updating to version 19.8.0. |
The platform we are building the application is MacOS Sierra 10.12.4. Ever since I upgraded my personal development machine to Sierra I haven't been able to build our application. We just recently upgraded one of our build servers and now we are seeing the same error I was seeing on my build machine.
This build works fine on our other build servers that do not have macOS Sierra installed.
The text was updated successfully, but these errors were encountered: