“Robo 3T” cannot be opened because the developer cannot be verified

Viewed 11964

I have installed the Robo 3T using the Homebrew tool.

brew install --cask robo-3t

after installing I am getting pop-up windows asking on macOS.

“Robo 3T” cannot be opened because the developer cannot be verified.

3 Answers

Workaround:

Go to System Preferences -> Security and Privacy -> General Towards the bottom, a message is shown that Robo 3T is blocked. Select Open Anyway.

That should do the work!

I had the same problem, and HERE's how I solved it: I executed it on the command line

sudo xattr -r -d com.apple.quarantine /Applications/Robo\ 3T.app

This worked for me:

Finder > Applications > Robo3t > right click (two fingers) > Open

Related