ChenMengqi

Results 5 comments of ChenMengqi

Crashed: com.taobao.weex.component EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x000073ad67c535b0 Crashed: com.taobao.weex.component 0 libsystem_pthread.dylib 0x1a515fecc pthread_mutex_lock$VARIANT$mp + 126 1 CoreFoundation 0x1a53c5e2c CFRunLoopSourceSignal + 56 2 Foundation 0x1a5833a2c performQueueDequeue + 504 3 Foundation 0x1a58331b0 __NSThreadPerformPerform +...

> Does the same problem exist in v0.28.0? I don't Konw. We get rid of Weex now.

源码这里不是有吗。。至少你得把编译错误说出来吧,我估计你是证书问题 我是编译过了。

目前不支持是在于: ``` if (canBeReplace) { replaceMethod(klass, sel); lua_getfenv(L, 1); lua_insert(L, 2); lua_rawset(L, 2); } else { NSString* error = [NSString stringWithFormat:@"selector %s not be found in %@. You may need...