modification of global variable "Promise.prototype.finally" is not allowed when using plugins at app.json.
在app.js里面写了Promise.prototype.finally这个方法,然后又引入了直播插件plugins: {
"live-player-plugin": {
"version": "1.0.7",
"provider": "wx2b03c6e691cd7370"
}
}
然后开发工具报这个错误了modification of global variable "Promise.prototype.finally" is not allowed when using plugins at app.json.
现在这个问题确实存在,解决办法貌似只能把代码中的 finally 全改了。
而且最蛋疼的是,即使不用 plugins,根据实测,小程序 finally 会在 iPhone 上报错。