-
-
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
Signing MAS build with "3rd Party Mac Developer Application" cert is broken #6621
Comments
confirm, we have the same problem. @tseifried thank you providing the workaround! |
I am confused with the certificates:
|
Yesterday I upgraded to macOS 12.3. It looks like electron-builder 22.11.10 is not ready for it as Apple removed Python2 from the system. Now I have basically locked myself out from building functional macOS apps :/ |
Nice, so here is my current building flow:
Not my proudest solution, but it works 👍 |
A breaking change (#6105) was introduced with patch 22.11.11 that broke our CI pipeline. Before this change 3rd Party Mac Developer Application cert could be used for code signing - which has been and still is accepted for store submissions by Apple.
Error:
⨯ skipped macOS application code signing reason=cannot find valid "Apple Distribution" identity
However a valid 3rd Party Mac Developer Application cert is installed and available, but does not get picked up anymore.
Workaround: Pin electron-builder version to 22.11.10
The text was updated successfully, but these errors were encountered: