Steps to Reproduce:
Cannot update while running on a read-only volume. The application is on a read-only volume. Please move the application and try again. If you're on macOS Sierra or later, you'll need to move the application out of the Downloads directory. See https://github.com/Squirrel/Squirrel.Mac/issues/182 for more information.
@ScaleOvenStove this is happening because of a bug in how we used to distribute updates for Mac. See https://github.com/Microsoft/sqlopsstudio/issues/732 for details
To fix it, you can either open Finder and drag SQL Operations Studio out of your Applications folder and then back into it, or you can open Terminal and run xattr -d com.apple.quarantine /Applications/SQL\ Operations\ Studio.app/ and then relaunch
The bug where the message is hidden will be fixed in our April release
Hey @MattIrv running the command worked. Thanks for the response.
@MattIrv, your solution worked for me as well!
@MattIrv Thanks, worked for Geektool
Most helpful comment
@ScaleOvenStove this is happening because of a bug in how we used to distribute updates for Mac. See https://github.com/Microsoft/sqlopsstudio/issues/732 for details
To fix it, you can either open Finder and drag SQL Operations Studio out of your Applications folder and then back into it, or you can open Terminal and run
xattr -d com.apple.quarantine /Applications/SQL\ Operations\ Studio.app/and then relaunchThe bug where the message is hidden will be fixed in our April release