To stop the OS X firewall prompting Allow/Deny eve...
# intellij
p
To stop the OS X firewall prompting Allow/Deny every time I start IntelliJ I ran:
codesign --verify -vv /Applications/IntelliJ\ IDEA\ 15.app
which produced: "/Applications/IntelliJ IDEA 15.app: a sealed resource is missing or invalid" followed by a list of Kotlin plugin paths. Any ideas how to fix this?