You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to send my application with application loader,
but I have an error :
ERROR ITMS-90237: the product archive package's signature is invalid. Ensure that it is signed with your "3rd party mac developer installer" certificate
"identity": "Developer ID Application: Jeremie Chazelle (XXXXXXXXXX)",
by "identity": "3rd Party Mac Developer Installer: Jeremie Chazelle (XXXXXXXXXX)",
but I have an error when I launch the build :
Error: Command failed: codesign --sign 3rd Party Mac Developer Installer: Jeremie Chazelle (XXXXXXXXXX) -fv --entitlements /Users/jeremiechazelle/Sites/my-app/node_modules/electron-osx-sign-tf/default.mas.inherit.entitlements /Users/jeremiechazelle/Sites/my-app/dist/MyApp-mas-x64/MyApp.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Electron Framework
3rd Party Mac Developer Installer: Jeremie Chazelle (XXXXXXXXXX): this identity cannot be used for signing code
Do you have an idea ?
The text was updated successfully, but these errors were encountered:
Hi,
I try to send my application with application loader,
but I have an error :
ERROR ITMS-90237: the product archive package's signature is invalid. Ensure that it is signed with your "3rd party mac developer installer" certificate
My package.json
I tried to replace
"identity": "Developer ID Application: Jeremie Chazelle (XXXXXXXXXX)",
by
"identity": "3rd Party Mac Developer Installer: Jeremie Chazelle (XXXXXXXXXX)",
but I have an error when I launch the build :
Error: Command failed: codesign --sign 3rd Party Mac Developer Installer: Jeremie Chazelle (XXXXXXXXXX) -fv --entitlements /Users/jeremiechazelle/Sites/my-app/node_modules/electron-osx-sign-tf/default.mas.inherit.entitlements /Users/jeremiechazelle/Sites/my-app/dist/MyApp-mas-x64/MyApp.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Electron Framework
3rd Party Mac Developer Installer: Jeremie Chazelle (XXXXXXXXXX): this identity cannot be used for signing code
Do you have an idea ?
The text was updated successfully, but these errors were encountered: