Logan
Logan copied to clipboard
Flutter-logan 插件使用,真机崩溃
iOS: 13.3 Flutter-logan: 1.0.2
在真机情况下 FlutterLoganPlugin.h 中, registerWithRegistrar 方法里面: ((void(*)(id,SEL,...))objc_msgSend)(self,sel,call.arguments,result);
这行代码崩溃,debug 出来,目前来看应该是参数提前释放了。
但是 iOS 模拟器运行并不崩溃
@Richard-Cao @Mr-xiaojun I have the same problem!!!!!