TimWise
TimWise
I hope this is useful: ``` user@MacOS % lldb /Applications/codelite.app (lldb) target create "/Applications/codelite.app" Current executable set to '/Applications/codelite.app' (x86_64). (lldb) breakpoint list No breakpoints currently set. (lldb) run Process...
**Do you have any log trace (usually, macOS will show a dialog with "send to apple")?** Unfortunatelly with this kind of crash macOS offers no trace **Can you start CodeLite...
Maybe this is useful too. Opening CodeLite from the CLS with `open ./Applications/codelite.app --args -debug` doesn't result in a crash when a workspace folder is opened, closed and reopened again.
The problems seems to be solved. I removed the installation and restarted a brew installation. Than I run the command `xattr -cr /Applications/codelite.app/` CodeLite starts without crash. However I didn't...