I have an odd situation that I've been able to work-around, but was hoping for a permanent solution. I am experimenting with an app. The other day I installed a beta version. However, when I uninstalled the beta and reinstalled the production version I was met with an error when trying to open it:
“APPNAME” is damaged and can’t be opened. You should move it to the Trash.
I did remove and re-download the app, rebooted, etc., but was still getting that same error. Eventually I found a command that did the trick and allowed me to open it:
xattr -d -r com.apple.quarantine /Applications/APPNAME.app
Just for kicks, and since I knew the fix, I uninstalled and re-installed again. And I was a bit surprised to get the damaged alert even though I had fixed it in the past. I re-ran the xattr command above and again it fixed the problem. But apparently this is a temp fix.
Anyone know of a way to reset the quarantine permanently?
Thanks in advance, John
“APPNAME” is damaged and can’t be opened. You should move it to the Trash.
I did remove and re-download the app, rebooted, etc., but was still getting that same error. Eventually I found a command that did the trick and allowed me to open it:
xattr -d -r com.apple.quarantine /Applications/APPNAME.app
Just for kicks, and since I knew the fix, I uninstalled and re-installed again. And I was a bit surprised to get the damaged alert even though I had fixed it in the past. I re-ran the xattr command above and again it fixed the problem. But apparently this is a temp fix.
Anyone know of a way to reset the quarantine permanently?
Thanks in advance, John