cordova-plugin-wechat
cordova-plugin-wechat copied to clipboard
ios端,调用share会引起内存错误而闪退
如果不先调用auth,直接调用share就会报内存错误; 如果先调用了auth,再调用share就没事 cordova 9.0.0,手机是ios9.2,xcode 11.2 (11B52)
可以把闪退的日志发出来吗~
I have the same problem

踩过的坑,该问题的解决方式 https://github.com/xu-li/cordova-plugin-wechat/issues/586 @ZhiXiao-Lin @aaa333000