FreeCAD / FreeCAD-Bundle

Stand-alone repo to Build and Deploy installable FreeCAD images. Do not open general FreeCAD issues here.
https://freecad.org
GNU Lesser General Public License v2.1
339 stars 65 forks source link

[Problem] Mac build is corrupt (39100, Nov. 3) #329

Closed Stokestack closed 1 week ago

Stokestack commented 3 weeks ago

Describe the bug Mac OS displays a dialog saying that FreeCAD is "damaged" upon launch.

To Reproduce Steps to reproduce the behavior: Download and install https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-39100-conda-macOS-arm64-py311.dmg

Launch FreeCAD from its icon or by double-clicking on an existing file.

Screenshots Attached.

Additional context I re-downloaded the DMG and got the same result.

damaged
oursland commented 3 weeks ago

@Stokestack The weekly builds are not signed. To run them you will need to run xattr -c /Applications/FreeCAD.app to remove the quarantine attribute associated with applications downloaded from the internet.

Stokestack commented 3 weeks ago

Thanks, but that's not the reported problem. Unsigned apps result in a "This application can't be checked for..." or words to that effect. I have installed weekly builds before and never encountered the "damaged" message.

oursland commented 3 weeks ago

The behavior changed in macOS 15. Universal and Apple Silicon applications no longer permit running unsigned with the quarantine attribute. Unsigned Intel applications will provide the popup you're more familiar with.

Stokestack commented 3 weeks ago

Interesting. I've seen the "can't be checked" message under OS 15. I'll file a bug report with Apple, because this behavior is wrong.

nicolasgalvez commented 3 weeks ago

@Stokestack The weekly builds are not signed. To run them you will need to run xattr -c /Applications/FreeCAD.app to remove the quarantine attribute associated with applications downloaded from the internet.

Thanks! Works for me.

Interesting. I've seen the "can't be checked" message under OS 15. I'll file a bug report with Apple, because this behavior is wrong.

Thanks for filing a report, LMK if you want me to +1 it or whatever. That's weird behavior.

Stokestack commented 3 weeks ago

Filed report FB15674712 with Apple, entitled Unsigned applications are erroneously reported as "damaged."

I will say, though that there is something wrong with the current weekly build; although I doubt the message has anything to do with that.

adrianinsaval commented 1 week ago

duplicate of #291