To stop the OS X firewall prompting Allow/Deny eve...
# announcements
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 files. Any idea how to fix this?