TidalSwift icon indicating copy to clipboard operation
TidalSwift copied to clipboard

Apple reporting TidalSwift as malware

Open FutureHndrxxx opened this issue 2 years ago • 4 comments

Just updated to macOS 11.7.1 and upon reboot I see this:

Apple TidalSwift malware

Suspect this is a false positive, just making you aware.

FutureHndrxxx avatar Oct 30 '22 20:10 FutureHndrxxx

Ah yes. It is related to the GateKeeper issue mentioned in the README. If the proposed method doesn't work, you can try to execute this is the terminal:

xattr -d com.apple.quarantine /Applications/TidalSwift.app

It tells your Mac to remove the quarantine flag from TidalSwift so it doesn't get blocked by GateKeeper.

melgu avatar Oct 30 '22 23:10 melgu

If the issue persists, please let me know.

melgu avatar Oct 30 '22 23:10 melgu

Ah yes. It is related to the GateKeeper issue mentioned in the README. If the proposed method doesn't work, you can try to execute this is the terminal:

xattr -d com.apple.quarantine /Applications/TidalSwift.app

It tells your Mac to remove the quarantine flag from TidalSwift so it doesn't get blocked by GateKeeper.

The issue still persists with this command, though it throws a couple more errors Screenshot 2023-11-21 at 9 57 08 PM

I can send the full error dump if needed

sambow23 avatar Nov 22 '23 03:11 sambow23

It seems like Apple has hardened Gatekeeper requirements, resulting in Development-signed builds only staying valid for a week, just like on iOS. So the only 2 options are:

  • Getting a paid developer membership
  • Having each user export the app themselves

Since I don't want to buy membership just for this reason at this time, I'm going to add build instructions to the README.

melgu avatar Nov 22 '23 09:11 melgu