codesign_fix icon indicating copy to clipboard operation
codesign_fix copied to clipboard

Results 3 codesign_fix issues
Sort by recently updated
recently updated
newest added

Unfortunately, the fix doesn't work for me. dyld: Library not loaded: /usr/local/lib/libsubstrate.dylib Referenced from: /Users/[user]/codesign_fix/codesign_fix.dylib Reason: image not found /usr/bin/codesign: line 9: 2611 Segmentation fault: 11 DYLD_INSERT_LIBRARIES="${DIR}/codesign_fix.dylib" /usr/bin/codesign_old "${@:1}"

``` sudo cp codesign_fix.dylib /usr/bin/codesign_fix.dylib sudo cp libsubstrate.dylib /usr/local/lib/libsubstrate.dylib ```

Can you please update the README to briefly explain the cause of this issue and how your code resolves it?