capacitor-community / electron

Deploy your Capacitor apps to Linux, Mac, and Windows desktops, with the Electron platform! 🖥️
https://capacitor-community.github.io/electron/
MIT License
318 stars 58 forks source link

App sandbox not enabled #213

Open pedrumgolriz opened 1 year ago

pedrumgolriz commented 1 year ago

Describe the bug I am unable to produce a package for MAS upload that will pass validation in transporter.

Asset validation failed (90296) App sandbox not enabled. The following executables must include the "com.apple.security.app-sandbox" entitlement with a Boolean value of true in the entitlements property list: [( ".../Frameworks/Electron Framework.framework/Versions/A/Helpers/chrome_crashpad_handler", "../Frameworks/Squirrel.framework/Versions/A/Resources/ShipIt", "../Frameworks/xxxyyyyyxxxxx Helper (GPU).app/Contents/MacOS/xxxyyyyyxxxxx Helper (GPU)", "../Frameworks/xxxyyyyyxxxxx Helper (Plugin).app/Contents/MacOS/xxxyyyyyxxxxx Helper (Plugin)", "../Frameworks/xxxyyyyyxxxxx Helper (Renderer).app/Contents/MacOS/xxxyyyyyxxxxx Helper (Renderer)", "../Frameworks/xxxyyyyyxxxxx Helper.app/Contents/MacOS/xxxyyyyyxxxxx Helper", "../xxxyyyyyxxxxx.app/Contents/MacOS/xxxyyyyyxxxxx" )]

To Reproduce Steps to reproduce the behavior:

  1. Create new electron project
  2. cd electron && npm run electron:build-mac
  3. Upload pkg to transporter

Screenshots

image

Desktop (please complete the following information):