4.3.3节(第二版91页)
给debug server瘦身:
*使用第一种方法: /opt/theos/bin/ldid -Sent.xml debugserver 出现如下错误:
minimal/mapping.h(54): _assert(false); errno=2
libc++abi.dylib: terminating with uncaught exception of type char
Abort trap: 6
**使用第二种方法:codesign。。。成功生成debugserver 但是将debugserver 拷贝至/Developer/usr/bin目录下时失败。最后发现没有权限,且执行如下命令也错误(已是root权限):
yuehuade-iPhone:~ root# rm /Developer/usr/bin/debugserver
以上
谢谢!