You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When copying a library we use `install_name_tool` to change the shared
library search path so that they will find the versions within the .app
bundle. However, since this changes the file, it breaks any code signing
signature. We must generate a new ad-hoc signature, particularly since
recent versions of macOS have turned on more strict checking for code
signing signatures.
0 commit comments