commas icon indicating copy to clipboard operation
commas copied to clipboard

After i closed the app it just started throwing this error

Open khanakia opened this issue 1 year ago • 1 comments

Screenshot 2024-07-31 at 7 32 47 AM

khanakia avatar Jul 31 '24 02:07 khanakia

I haven't been able to reproduce this problem. Perhaps the following is a solution based on some information I found.

Your installation is affected by App Translocation. To fix this, either use the Finder and move the app to /Applications (or move it out of /Applications and then back in), or run the following terminal command:

sudo xattr -dr com.apple.quarantine "/Applications/Commas.app"

CyanSalt avatar Sep 25 '24 02:09 CyanSalt