#Elelctron app does not open on mac OS [SANDBOX ERROR]

2 messages · Page 1 of 1 (latest)

steep mulch
#

The app is crashing after adding sandbox to entitlements, anyone else occured such an error?

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
  <dict>
    <key>com.apple.security.app-sandbox</key>
    <true/>
    <key>com.apple.security.application-groups</key>
    <array>
      <string>xxxx.xxx.xxx.xxx</string>
    </array>
    <key>com.apple.security.cs.allow-jit</key>
    <true/>
    <key>com.apple.security.cs.allow-unsigned-executable-memory</key>
    <true/>
    <key>com.apple.security.cs.allow-dyld-environment-variables</key>
    <true/>
    <key>com.apple.security.cs.disable-library-validation</key>
    <true/>
    <key>com.apple.security.inherit</key>
    <true/>
  </dict>
</plist>```




and the error im gettin


```-------------------------------------
Translated Report (Full Report Below)
-------------------------------------

Incident Identifier: 8xxx5
CrashReporter Key:   xxxx-xxxx
Hardware Model:      MacBookAir10,1
Process:             xxx [12326]
Path:                *****
Identifier:          xxxx.xxxx
Version:             2.1.2 (2.1.2)
Code Type:           X86-64 (Native)
Role:                Default
Parent Process:      launchd [1]
Coalition:           xxxxx.xxxx.xxxx [1761]

Date/Time:           2023-12-05 13:07:04.6611 +0100
Launch Time:         2023-12-05 13:07:04.4743 +0100
OS Version:          macOS 13.5.2 (22G91)
Release Type:        User
Report Version:      104

Exception Type:  EXC_CRASH (SIGKILL (Code Signature Invalid))
Exception Codes: 0x0000000000000000, 0x0000000000000000
Termination Reason: CODESIGNING 1 Taskgated Invalid Signature

Triggered by Thread:  0

Thread 0 Crashed:
0                                         0x7ff7ffc2c77c 0x7ff7ffc29000 + 14204


Thread 0 crashed with ARM Thread State (64-bit):

Error Formulating Crash Report:
dyld_process_snapshot_get_shared_cache failed
#

MacOS App crashes on sandbox mode