macos gdb解决Unable to find Mach task port for process-id
安装 直接使用brew install gdb 安装, 没有安装brew的需要先安装brew。 问题 安装之后,使用过程中遇到这么一个错误: Unable to find Mach task port for process-id 33653: (os/kern) failure (0x5). (please check gdb is codesigned - see taskgated(8)) ...