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.
my helper app build by xcode enter image description here
my main app build by electron
my electron plistenter image description here
I have tried using app group, but does not find clear docs.
any suggestions?