I have a file (CCS9.1) from a trusted source (TI.com)that was put in Quarantine and I cannot change it with XATTR. CCS 10.0 from TI.com will open. What can I do?
How to open a quarantined app
MacBook
How to open a quarantined app
MacBook
The first random file that I checked for a quarantine bit on my macOS 11.2.3 Desktop was a PDF.
xattr -d com.apple.quarantine ./tb.pdf
That syntax whacked the quarantine bit on the first try. The -r recursive switch in the previous linked example would not work on a single file, but would on a folder of said files. Notice I didn't need sudo either.
Try it again without the xattr recursive flag.
The first random file that I checked for a quarantine bit on my macOS 11.2.3 Desktop was a PDF.
xattr -d com.apple.quarantine ./tb.pdf
That syntax whacked the quarantine bit on the first try. The -r recursive switch in the previous linked example would not work on a single file, but would on a folder of said files. Notice I didn't need sudo either.
Try it again without the xattr recursive flag.
no. I tired Xattr and sudo xattr -r-d path-of-file. It asked for password but did not clear the quarantine. I have given up with this version of Big **** Sur and that version of Code Composer. I am told the Intel Mac Air has no trouble with it. I just need Apple to get their crap together some day. I will move on and use PCs to do the real work.
The dissatisfaction with Apple will not be heard here on these Forums. Like yourself, we are only fellow Apple Users who volunteer out time.
To be more constructive and to better serve your purposes - suggest sending Apple your Feedback
Does this help in clearing that Apple quarantine bit on the file?
This time I get "no such xattr".
lets just give up on this M1 apple POS.
xattr -d com.apple.quarantine /applications/ccs_setup_9.1.0.00010.app
xattr: /applications/ccs_setup_9.1.0.00010.app: No such xattr: com.apple.quarantine
chuckdewey@Chucks-MacBook-Air ~ %
I have a file (CCS9.1) from a trusted source (TI.com)that was put in Quarantine and I cannot change it with XATTR. CCS 10.0 from TI.com will open. What can I do?