@Wim2009 wrote:
在lldb里面输入以下命令报错 ,lldb不是默认就支持objc的吗?
(lldb) expr (void*)class_getMethodImplementation(NSClassFromString(@“NSDictionary”),NSSelectorFromString(@“setObject:forkey:”));
error: use of undeclared identifier ‘class_getMethodImplementation’
Posts: 2
Participants: 1