The "com.apple.quarantine" atttribute is set when files are downloaded from the web. It's a flag to the macOS Launch Services to require additional user confirmation when the application is opened. Most of the time that flag doesn't create any problems -- for example the .dmg that I downloaded and opened on macOS 15.5 had no problem with installation. There have been a few occasions where macOS trips over it -- and whatever is going on with that M2 Studio seems to be one of those instances.
Unfortunately to get to the bottom of why it works on one machine and not another requires a deep dive into macOS logging that's not easy for anyone but the most experienced technical users. The answer is probably buried in the logging generated by macOS's Gatekeeper.
One thought - you might want to check your Mac's security settings on the M2 to see if you're allowing software from the App Store and identified developers.
Original Message:
Sent: Jul 21, 2025 01:19 PM
From: drbill
Subject: Undocumented changes in Fusion 13.6.4
Re-install successful, all good! Thanks Paul and Gaurav. I don't understand what happened though. What's with the apple.com.quarentine? Why was installation on my M4 MBP successful while it failed on M2 Studio? The two machines are configured almost identically but I have a lot more issues with the Studio. Is that a thing or just coincidence?
But I digress, thanks again!
Original Message:
Sent: Jul 21, 2025 10:37 AM
From: drbill
Subject: Undocumented changes in Fusion 13.6.4
So there is com.apple.quarentine there. I'll remove and retry installation.
Original Message:
Sent: Jul 21, 2025 10:25 AM
From: Technogeezer
Subject: Undocumented changes in Fusion 13.6.4
If
> xattr -l <path-to-fusion-dmg-file>
is the command you typed in, that might be the problem. Try
xattr -l "path-to-fusion-dmg-file"
With no leading > and replacing path-to-fusion-dmg-file
with the full path of the disk image on your hard drive enclosed in double quotes - something like "/Users/drbill/Downloads/blahblagblah.dmg"
------------------------------
- Paul (technogeezer)
vExpert 2025
Original Message:
Sent: Jul 21, 2025 07:41 AM
From: drbill
Subject: Undocumented changes in Fusion 13.6.4
> xattr -l <path-to-fusion-dmg-file>
returns command not found: -l
Original Message:
Sent: Jul 20, 2025 11:44 PM
From: Gaurav Joshi
Subject: Undocumented changes in Fusion 13.6.4
Please run
> xattr -l <path-to-fusion-dmg-file>
And paste the output here and see if there is something like com.apple.quarantine there.
You need to remove it via
> xattr -dr com.apple.quarantine <path-to-fusion-dmg-file>
And retry installation and let us know if that helps.
Original Message:
Sent: Jul 17, 2025 03:05 PM
From: drbill
Subject: Undocumented changes in Fusion 13.6.4
Hi Paul,
I've run into a significant issue installing 13.6.4 on my M2 Ultra Studio running 15.5. The app icon becomes the dreaded circle with a line thru it and error message when double clicking says "not compatible with this device". However, I can start the app and run my Win 11 VM via terminal by going to Contents/MacOS and dropping the VMwareFusion Exec into a terminal window. For now, I've reinstalled 13.6.3 and updated Tools to 13.0.1. Before working on the Studio I uneventfully installed 13.6.4 on my M4 Pro MacBook Pro and updated Tools. So that's my story, I hope you can help.
Thanks,
Bill
Original Message:
Sent: Jul 16, 2025 12:20 PM
From: Technogeezer
Subject: Undocumented changes in Fusion 13.6.4
I'm starting this thread to let the community know of things that have changed in Fusion 13.6.4 that are not present in the release notes.
- The error message has changed when attempting to check for in-product updates via VMware Fusion > Check for updates...
Instead of returning "the update server could not be resolved", the check for updates now returns "Unable to connect for updates at this time". The message also returns a link to a Braodcom KB article. The KB article notes that in-product updates are no longer available, and directs you to download new versions from the Broadcom support portal if you wish to upgrade your existing installation.
------------------------------
- Paul (technogeezer)
vExpert 2025
------------------------------