MediaWriter icon indicating copy to clipboard operation
MediaWriter copied to clipboard

Mac OS: “FedoraMediaWriter.app” is damaged and can’t be opened. You should eject the disk image.

Open f4llenz opened this issue 7 months ago • 10 comments

Getting the following error on Mac OS Sequoia 15.3.2:

Image

Tried both Fedora Media Writer 5.2.3 and .5.3.4, both arm64 and x86 versions.

f4llenz avatar Apr 17 '25 17:04 f4llenz

Even after codesigning with my own Apple ID it still fails

scj643 avatar Apr 21 '25 18:04 scj643

This is not a duplicate because I did remove the xattr and still got the error.

scj643 avatar Apr 22 '25 08:04 scj643

This is not a duplicate because I did remove the xattr and still got the error.

Right, but essentially it's the same problem that the binary is not signed.

grulja avatar Apr 22 '25 08:04 grulja

Thing is it happens even when I did sign it.

scj643 avatar Apr 22 '25 16:04 scj643

I don't have arm64 mac to try it myself, but both x86_64 and arm64 are built the same way, except the architecture parameter. Can you try testing build from here https://github.com/FedoraQt/MediaWriter/actions/runs/15385386758 whether it makes any difference?

grulja avatar Jun 02 '25 06:06 grulja

Your resting build is not working as well.

stouracp avatar Jun 10 '25 09:06 stouracp

I'm getting the same issue on macOS 15.5 (Apple M3 Max). Testing build has same issue.

atticusmatticus avatar Jun 12 '25 15:06 atticusmatticus

I was able to get it to work on an ARM machine by running the x86 binary -- I could not get the ARM binary to work.

xobs avatar Jun 14 '25 09:06 xobs

I get the same error running your testing binary. But if I run it from the command line, it works correctly: /Volumes/FedoraMediaWriter/FedoraMediaWriter.app/Contents/MacOS/FedoraMediaWriter

xobs avatar Jun 14 '25 09:06 xobs

I have found a "workaround" xattr -dr com.apple.quarantine /Applications/FedoraMediaWriter.app

And then it is running corectly. Saying "workaround", as the app should be correctly signed.

stouracp avatar Jun 15 '25 15:06 stouracp