mirror of
https://github.com/afkarxyz/SpotiFLAC.git
synced 2026-04-26 15:45:54 +03:00
[GH-ISSUE #254] Version 7.0.1 macOS release is "Damaged and Cannot be opened" #1508
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotiFLAC#1508
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fkick on GitHub (Jan 11, 2026).
Original GitHub issue: https://github.com/afkarxyz/SpotiFLAC/issues/254
The new macOS app in the DMG file for version 7.0.1 is reporting "damaged and cannot be opened" regardless of gatekeeper settings and bypass.
@afkarxyz commented on GitHub (Jan 11, 2026):
Unfortunately, I don't have a Mac device. I'll try it with Mac OS VMware when I have time. Right now, I'm working on another project.
@v1peridae commented on GitHub (Jan 11, 2026):
same here :')
@Schniefel commented on GitHub (Jan 11, 2026):
I cant even download this version under windows using Edge or Chrome, because it is detected as virus (not just "insecure") and blocking the download.
@fkick commented on GitHub (Jan 11, 2026):
Version 7.0.2 also has the same issue.
Looks like it's code signing related. I was able to re-sign the app and get it running on macOS using the following in terminal:
codesign --force --deep -s - /Applications/SpotiFLAC.app && xattr -rd com.apple.quarantine /Applications/SpotiFLAC.app