“please check gdb is codesigned - see taskgated(8)” - How to get gdb installed with homebrew code signed?

前端 未结 10 771
栀梦
栀梦 2020-12-02 04:20

I\'m under osx 10.8.4 and have installed gdb 7.5.1 with homebrew (motivation get a new gdb with new features such as --with-python etc... )

Long story short when I

10条回答
  •  情歌与酒
    2020-12-02 04:43

    gdb 8.3;

    My problem is the same as the guy above, solved by

    codesign --entitlements gdb.xml -fs gdb-cert /usr/local/bin/gdb
    

提交回复
热议问题