“Install Spotify” can’t be opened because Apple cannot check it for malicious software

catalinaspotify

I'm running macOS 10.15 Catalina Beta.

When I try to install Spotify I see the following error:

enter image description here

Is this a Spotify issue or a Catalina issue?

Thanks.

Best Answer

Catalina requires all apps that are signed with developer IDs to be 'notarized' by Apple. In the absence of an updated version from the developer, you can try the following:

  1. Right-click and select "Open". This may bring up the same dialog, but with an option to Open the file anyway.

  2. You can get round this by removing the quarantine Extended Attribute on the file:

    xattr -d com.apple.quarantine /path/to/file

Naturally, this bypasses Apple's security precautions which exist to stop maliciously altered software from running.