I’m simply trying to open Obsidian after installing the latest version (1.9.12) on my MacBook Pro 14-inch (2021, Apple Silicon, M1 Pro). The app launches, but after a few seconds it closes automatically without any error message.
Things I have tried -
- Searched the help docs and forum for “macOS Sequoia crash,” “app keeps closing,” “immediately quits,” but didn’t find a clear solution for macOS Sequoia (15.6.1).
- Deleted and reinstalled Obsidian (both latest 1.7.x and older 1.5.12).
- Deleted config/cache files:
- /Applications/Obsidian.app
- ~/Library/Application Support/obsidian
- ~/Library/Preferences/md.obsidian.plist
- Tried launching with flags:
- –disable-gpu
- –disable-updater
- –no-sandbox
- The issue persists with all attempts.
[Relevant logs]
error Obsidian cannot open file at line 49455 of [1b37c146ee]
error os_unix.c:49455: (2) open(/private/var/db/DetachedSignatures) - No such file or directory
error tccd Prompting policy for hardened runtime; service: kTCCServiceAppleEvents requires entitlement com.apple.security.automation.apple-events but it is missing
Notes:
- Vault files are safe and can be opened in other Markdown editors.
- This problem only started after upgrading to macOS Sequoia.
- Looks like a compatibility issue between Sequoia’s new security model and Obsidian’s Electron build.