OCEval icon indicating copy to clipboard operation
OCEval copied to clipboard

动态执行Objective-C. A tiny JIT Interpreter of Objective-C, dynamically run your code like eval().

Results 3 OCEval issues
Sort by recently updated
recently updated
newest added

2022-04-24 10:27:57.356288+0800 OCEvalDemo[22215:14541831] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[NSInvocation _invocationWithMethodSignature:frame:]: method signature argument cannot be nil' *** First throw call stack: ( 0 CoreFoundation 0x00007fff203fbbb4 __exceptionPreprocess...

如题,当原有函数的上下文使用了全局变量类如 `NSMutableDictionary *someXX = @{}.mutableCopy` 这种,替换后的函数文本应该怎么设置才能获取到这个 `someXX`