Simulator的问题

最新的cocos2d-x3.12,build下面编译后,没有生成simulator了。于是,我在 tools\simulator\frameworks\runtime-src\proj.win32中,自己编译,结果用VS2015编译,发现如下错误:
9>…\Classes\ide-support\RuntimeJsImpl.cpp(222): error C2440: “初始化”: 无法从“std::unordered_map<std::string,JS::PersistentRootedScript *,std::hash<_Kty>,std::equal_to<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>”转换为“std::unordered_map<std::string,JSScript *,std::hash<_Kty>,std::equal_to<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>”

这个在github仓库的最新代码已经解决了。ide-support目录下的代码都删除了,这个是为code ide服务的,code ide已经不支持了。