what's meaning, process is not in an inherited sandbox, when i run my helper app within a electron build app

11 Views Asked by At

I have a electron-build app and a helper app within my app. Everything works fine expect building my app for mac app store. when call my helper app, i encountered crashed, process is not in an inherited sandbox.

enter image description here

my helper app build by xcode enter image description here

my main app build by electron

enter image description here

my electron plistenter image description here

I have tried using app group, but does not find clear docs.

any suggestions?

0

There are 0 best solutions below