-
-
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
Can electron-builder create .pkg for Application Loader? #535
Comments
Set |
Thank you very much for the help @develar When I run CLI: --osx mas, I'm seeing the following error, Error: Cannot find valid installer certificate: CSC_LINK or CSC_NAME are not specified, and no valid identity in the keychain, see https://github.com/electron-userland/electron-builder/wiki/Code-Signing although CSC_NAME is set in the envrionment, printenv | grep CSC_NAME Thanks |
@wonjun27 don't use
Should be |
@develar After I unset CSC_NAME with security find-identity -v
Thanks |
@wonjun27 Please attach here result |
@develar Here is the current output from my Mac. Thank you. security find-identity -v -p codesigning -p appleID
|
Reproduced, fix will be today. |
@develar That worked great and I was able to submit the build to iTunes via Application Loader successfully. Thank you for the amazing support. |
hello @develar When i try to build pkg with mas it give me error "cannot find valid "3rd Party Mac Developer Application" while i have associated certificates in my keychain and they are valid I am using below version |
Can electron-builder create .pkg for Application Loader? Application Loader only accepts .pkg files to submit to iTunes Connect. Thanks
The text was updated successfully, but these errors were encountered: