Skip to content
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

Getting thease errors while uploading electron app to mac store through transporter #3364

Open
3 tasks done
prabhatm102 opened this issue Sep 26, 2023 · 0 comments
Open
3 tasks done

Comments

@prabhatm102
Copy link

Pre-flight checklist

  • I have read the contribution documentation for this project.
  • I agree to follow the code of conduct that this project uses.
  • I have searched the issue tracker for a bug that matches the one I want to file, without success.

Electron Forge version

6.4.2

Electron version

26.2.2

Operating system

Mac os

Last known working Electron Forge version

6.4.2

Expected behavior

Upload to mac store

Actual behavior

Asset validation failed (90237)
The product archive package's signature is invalid. Ensure that it is signed with your "3rd Party Mac Developer Installer" certificate. (ID: 4456a1aa-3d2a-4e3b-a1f4-a8dc6f558671)

Asset validation failed (90236)
Missing required icon. The application bundle does not contain an icon in ICNS format, containing both a 512x512 and a 512x512@2x image. For further assistance, see the Human Interface Guidelines at https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons/. (ID: f8e39bef-dd66-4079-8482-a16d1ea502ea)

Asset validation failed (90287)
Invalid Code Signing Entitlements. The entitlements in your app bundle signature do not match the ones that are contained in the provisioning profile. The bundle contains a key that is not included in the provisioning profile: 'com.apple.developer.team-identifier' in 'com.kitesuite.app.pkg/Payload/kite.app/Contents/MacOS/kite'. (ID: a4aa84c8-6148-4d69-afd3-6e70c2a2b050)

Asset validation failed (90287)
Invalid Code Signing Entitlements. The entitlements in your app bundle signature do not match the ones that are contained in the provisioning profile. The bundle contains a key that is not included in the provisioning profile: 'com.apple.application-identifier' in 'com.kitesuite.app.pkg/Payload/kite.app/Contents/MacOS/kite'. (ID: 8e182655-cd1b-4b0e-8664-9e2051dedd32)

Steps to reproduce

Upload pkg to mac store

Additional information

Asset validation failed (90237)
The product archive package's signature is invalid. Ensure that it is signed with your "3rd Party Mac Developer Installer" certificate. (ID: 4456a1aa-3d2a-4e3b-a1f4-a8dc6f558671)

Asset validation failed (90236)
Missing required icon. The application bundle does not contain an icon in ICNS format, containing both a 512x512 and a 512x512@2x image. For further assistance, see the Human Interface Guidelines at https://developer.apple.com/design/human-interface-guidelines/foundations/app-icons/. (ID: f8e39bef-dd66-4079-8482-a16d1ea502ea)

Asset validation failed (90287)
Invalid Code Signing Entitlements. The entitlements in your app bundle signature do not match the ones that are contained in the provisioning profile. The bundle contains a key that is not included in the provisioning profile: 'com.apple.developer.team-identifier' in 'com.kitesuite.app.pkg/Payload/kite.app/Contents/MacOS/kite'. (ID: a4aa84c8-6148-4d69-afd3-6e70c2a2b050)

Asset validation failed (90287)
Invalid Code Signing Entitlements. The entitlements in your app bundle signature do not match the ones that are contained in the provisioning profile. The bundle contains a key that is not included in the provisioning profile: 'com.apple.application-identifier' in 'com.kitesuite.app.pkg/Payload/kite.app/Contents/MacOS/kite'. (ID: 8e182655-cd1b-4b0e-8664-9e2051dedd32)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant