Unable to start WebStrom on Mac Follow
I just installed WebStorm 7.0.3 on my mac and trying to start it but fails. So I tried opening on command line and getting following error:
> open /Applications/WebStorm.app/
LSOpenURLsWithRole() failed with error -10810 for the file /Applications/WebStorm.app.
Googling about it, I found the execute bit needs to be set for executabls under /Applications/WebStorm.app/Contents/MacOS/ directory. I verified it's already has execute permission.
What else could be wrong?
Please sign in to leave a comment.
Please see https://intellij-support.jetbrains.com/entries/27854363-IDE-doesn-t-start-after-updating-to-Mac-OS-Mavericks .
Thanks. That fixed my issue.:)
Having this issue, that link is a 404 now.
What is a result of starting the IDE from terminal (browse to the
/Applications/Webstorm.app/Contents/MacOS/webstorm
executable in Finder, in the context menu choose Open With, Terminal)? What is written to console?