[求助]Creator(2.1.3版本)项目模拟器运行报错

浏览器可以正常运行,但是模拟器报错如下:

Fatal error in , line 0

Failed to create ICU number_format, are ICU data files missing?

#FailureMessage Object: 0x7ffee81f6530
==== C stack trace ===============================
at HTMLElement.print-simulator-log (/Applications/CocosCreator.app/Contents/Resources/app.asar/editor/builtin/scene/panel/messages/scene.js:1:1669)
at Object.e._dispatch (/Applications/CocosCreator.app/Contents/Resources/app.asar/editor-framework/lib/renderer/panel.js:1:1941)
at EventEmitter.o.on.s (/Applications/CocosCreator.app/Contents/Resources/app.asar/editor-framework/lib/renderer/ipc.js:1:2921)
at emitMany (events.js:127:13)
at EventEmitter.emit (events.js:204:7)

求助啊。我发现改了script的第一次运行可能就ok了。再运行又不行了。

靠。竟然是用了 Intl.NumberFormat() 的问题。这一行注掉就OK了。具体原因等大佬来回答。

解决了吗…