[MethodTrace] Canot find class *****

在对某个app进行hook的时候,启动MDMethodTrace试图打印某个类的所有方法调用吗,但是lldb调试窗口却只输出了[MethodTrace] Canot find class *****,但其实这个类是存在的,而且发现也无法hook这个类的任何方法,有人知道是有什么技术可以导致这个类被屏蔽掉了吗?

猜测是Objective-C Direct Methods