mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[Issue]: MacOS unstable arm build is corrupt #5561
Reference in New Issue
Block a user
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 @rasmuslos on GitHub (Mar 31, 2024).
Please describe your bug
The latest unstable arm build for macOS is not working, while the same build for amd64 works fine (through rosetta on the same device).
I ensured that the executable was not quarantined but I am pretty sure that the executable is not run correctly in the first place. Both installs are completely fresh.
Reproduction Steps
Jellyfin Version
Unstable (master branch)
if other:
No response
Environment
Jellyfin logs
FFmpeg logs
No response
Please attach any browser or client logs here
No response
Please attach any screenshots here
No response
Code of Conduct
@jellyfin-bot commented on GitHub (Mar 31, 2024):
Hi, it seems like your issue report has the following item(s) that need to be addressed:
This is an automated message, currently under testing. Please file an issue here if you encounter any problems.
@gnattu commented on GitHub (Apr 1, 2024):
dotnet projects do not work with Apple's auto ad-hoc signing mechanism, you have to manually sign all binaries in the folder, only removing the quarantine flag is not enough:
This is documented on our website: https://jellyfin.org/docs/general/testing/server/macos