How to undo codesign?

后端 未结 3 1404
轮回少年
轮回少年 2021-01-11 11:46

In an attempt to codesign gdb, I used an incorrect certificate, so now gdb is codesigned but does not work as expected.

I attempted to codesign gdb using the correct

3条回答
  •  走了就别回头了
    2021-01-11 12:13

    It's not well documented at all, from what I can tell, but you may be able to remove code signing via:

    codesign --remove-signature gdb
    

提交回复
热议问题