升级1.8.1后 8.1.0版本ios 跑 会出 TFailed to get data of TypedArray! 错误求救

[ERROR] (mj/build/jsb-default/frameworks/cocos2d-x/cocos/scripting/js-bindings/manual/jsb_xmlhttprequest.cpp, 692): Failed to get data of TypedArray!
[ERROR] Failed to invoke XMLHttpRequest_send, location: mj/build/jsb-default/frameworks/cocos2d-x/cocos/scripting/js-bindings/manual/jsb_xmlhttprequest.cpp:733
V/AudioPlayer (315): Exit rotate buffer thread …
XMLHttpRequest_finalize, 0x13e56dd40 …

原先是1.4.3 升级到 1.8.1 正常手机基本都跑通了 现在 就一个ios 手机 出了这个错误 跟其他的ios手机比区别是 版本号有点低8.1.0的 这个是网络部分出的错 大神求救啊

顶一下…求解决方案

你们解决了吗?我也遇到了 @dumganhar @jare @panda 求解决

同样问题

let xhr = cc.loader.getXMLHttpRequest();
***
var total = new ByteBuffer();
total.append(somestr);
total.flip();
total = total.toArrayBuffer();
xhr.timeout = 20000;
xhr.send(total);

报错

[ERROR] (/Applications/CocosCreator19.app/Contents/Resources/cocos2d-x/cocos/scripting/js-bindings/manual/jsb_xmlhttprequest.cpp, 692): Failed to get data of TypedArray!
[ERROR] Failed to invoke XMLHttpRequest_send, location: /Applications/CocosCreator19.app/Contents/Resources/cocos2d-x/cocos/scripting/js-bindings/manual/jsb_xmlhttprequest.cpp:733
ClippingNode warning: _stencil is nil.

@dumganhar @jare @panda

坐等解决.

解决了吗?