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
When I add osx-sign, I could not test the app locally.
After I tried to use for packaging productbuild or electron-osx-flat, and uploading app with transporter correctly.
But app crashes on MAS when Apple tests the app.
I do not understand the problem.
I tried many options but nothing is running.
The text was updated successfully, but these errors were encountered:
Preflight Checklist
Issue Details
Expected Behavior
I tried many times compiling app for MAS with:
electron-packager ./ "Mon Glucko" --platform=mas --electron-version=28.1.1 --app-bundle-id=com.monglucko.app --overwrite --entitlements="./www/res/electron/entitlements.plist" --entitlements-inherit="./www/res/eletron/entitlements-inherit.plist" --icon="icon.icns" --provisioning-profile="embedded.provisionprofile" --osx-sign
When I add osx-sign, I could not test the app locally.
After I tried to use for packaging productbuild or electron-osx-flat, and uploading app with transporter correctly.
But app crashes on MAS when Apple tests the app.
I do not understand the problem.
I tried many options but nothing is running.
The text was updated successfully, but these errors were encountered: