Staff 9950 Posted ... If you encounter exactly this error under macOS:Unable to start (Client not allowed: Remote executable not signed) run from terminal (adjust the path if different) sudo rm /Applications/Eddie.app/Contents/Resources/mono_crash* This issue is resolved in Eddie version 2.21.5 and above. Quote Share this post Link to post
Staff 9950 Posted ... Issue details Eddie checks the integrity of Eddie installation every time it is started. The following command: /usr/bin/codesign -v --verify /Applications/Eddie.app/Contents/MacOS/Eddie must return /Applications/Eddie.app/Contents/MacOS/Eddie: valid on disk /Applications/Eddie.app/Contents/MacOS/Eddie: satisfies its Designated Requirement but when a crash occurs it generates a dump file that causes failed validation: /Applications/Eddie.app/Contents/MacOS/Eddie: a sealed resource is missing or invalid file added: /Applications/Eddie.app/Contents/Resources/mono_crash.11b738480.0.json Removing dump files with the below command reverts to a successful validation: rm /Applications/Eddie.app/Contents/Resources/mono_crash* Quote Share this post Link to post
madrat 19 Posted ... 16 hours ago, Staff said: If you encounter exactly this error under macOS:Unable to start (Client not allowed: Remote executable not signed) run from terminal (adjust the path if different) sudo rm /Applications/Eddie.app/Contents/Resources/mono_crash* This issue is resolved in Eddie version 2.21.5 and above. Just curious if this is ALL versions of Mac? Quote Share this post Link to post
Clodo 173 Posted ... 8 hours ago, madrat said: Just curious if this is ALL versions of Mac? Can occur in all version, but it's rare to hit this issue 1 madrat reacted to this Quote Share this post Link to post