Reputation: 71
After updating to PhpStorm 8.0.2 I am asked to allow incoming network connections. I configured this option for the program PhpStorm.app in System Preferences (allow incoming connections), but am still asked. Is there another place that this setting is stored in order to persist?
Upvotes: 7
Views: 853
Reputation: 3731
Here's a workaround from the above-mentioned bugtracker:
This is still happening in PhpStorm 8.0.2. "Only non-JB plugin I have is .ignore support. Work-around is to grant self-signed cert via terminal:
sudo codesign --force --deep --sign - /Applications/PhpStorm.app/
I myself am very wary about self-signing anything that I haven't personally written; however, this "solution" purportedly works.
Upvotes: 3
Reputation: 12122
You can simply reinstall the IDEA and the issue will be gone (at least until the next update).
Upvotes: 1