SabakiHQ / Sabaki

An elegant Go board and SGF editor for a more civilized age.
https://sabaki.yichuanshen.de/
MIT License
2.39k stars 375 forks source link

arm64 build not working on macOS (M1) #879

Closed Nibby closed 2 years ago

Nibby commented 2 years ago

The macOS arm64 build from release v0.52 does not run on macOS. I get this error:

Screen Shot 2022-07-24 at 5 21 53 PM

Some relevant warnings from Console:

error   17:22:04.143373+1200    Finder  LAUNCH: Failure de.yichuanshen.sabaki <private> should not be translocated.
error   17:22:04.143390+1200    Finder  LAUNCH:translocate failed, de.yichuanshen.sabaki <private>, error=Error Domain=NSPOSIXErrorDomain Code=16 "Resource busy"
error   17:22:04.143409+1200    Finder  LAUNCH: Launch failure with -47/fBsyErr <private>
error   17:22:04.143769+1200    CoreServicesUIAgent handle LS launch error: {\n    Action = oapp;\n    AppMimimumSystemVersion = "11.0";\n    AppPath = "/Users/nibby/Downloads/Sabaki.app";\n    ErrorCode = "-47";\n}

Tested on a Mac Studio with M1 Max chip.

yangli-stat commented 2 years ago

Me too. It says the app has been damaged and can't be run on M1 MacBook Pro.

apetresc commented 2 years ago

This is almost certainly a duplicate of #817 - there are several workarounds described there. I definitely need to update the README with instructions about this, thank you for the reminder :)