-
-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ARM dmg gives 'file is damaged and cannot be opened' error #104
Comments
You'll have to remove the file from quarantine. The binary isn't signed due to Apple cost restrictions so you need to remove the file from quarantine. # Change the path if necessary
xattr -r -d com.apple.quarantine /Applications/Feishin.app
# If you have a conflicting xattr binary
# From https://github.com/jeffvli/feishin/issues/637
/usr/bin/xattr -r -d com.apple.quarantine /Applications/Feishin.app |
I didn't know about this, typical Apple crap, thank you! I've always been able to fix it in system settings. Sorry if I missed an existing ticket or documentation somewhere. Unrelated, but this is by FAR the best desktop jellyfin music client I've come across and I really appreciate the hard work, thanks! Edit: again unrelated, but your sponsor button in github doesn't seem to do anything. I'd happily donate a small amount monthly! |
Expected Behavior
feishin should open, currently have to use intel version
Current Behavior
Steps to Reproduce
Install on m1 macbook pro
Either drag to applications folder, or try to open directly, errors both times
Possible Solution (Not obligatory)
Context
Intel apps will have higher resource usage on ARM macs
Your Environment
The text was updated successfully, but these errors were encountered: