Xinghua
Results
1
comments of
Xinghua
trafficstars
It's not a problem of Aspects. It can be solved: `__unsafe_unretained NSArray *keyCommands; NSInvocation *invocation = info.originalInvocation; [invocation invoke]; [invocation getReturnValue:&keyCommands];` See reference [https://github.com/bang590/JSPatch/wiki/JSPatch-实现原理详解#idouble-release](url)