electron icon indicating copy to clipboard operation
electron copied to clipboard

App sandbox not enabled

Open pedrumgolriz opened this issue 1 year ago • 0 comments

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):

  • Device: 2021 iMac (m1)
  • OS: Mac OS 12.5

pedrumgolriz avatar Oct 11 '22 16:10 pedrumgolriz