rksm / hot-lib-reloader-rs

Reload Rust code without app restarts. For faster feedback cycles.
MIT License
577 stars 21 forks source link

Spurious crashes when reloading on macos: EXC_BAD_ACCESS (SIGKILL (Code Signature Invalid)) #15

Closed rksm closed 1 year ago

rksm commented 1 year ago

On macos the application crashes after some reloads with EXC_BAD_ACCESS (SIGKILL (Code Signature Invalid)).

This is a known issue see for example:

In order to deal with this we need to make sure the copied dylibs get codesigned.