从 Creator 2.0.8 命令行编译还是有问题 继续讨论:
同样碰到了问题 oppo 打包打不出来,
编译参数为:
CocosCreator --path “D:\codes\client” --build md5Cache=false;buildPath=“D:\codes\publish\oppomini”;sourceMaps=true;platform=runtime;debug=true;actualPlatform=quickgame;autoCompile=false;
发现是 编译过程中actualPlatform没有正确赋值
如下:
[20852] Start building with options : {
…
“platform”: “runtime”,
“actualPlatform”: “runtime”,
“template”: “link”,
…
}
Builder: do custom process [build-start]
@huanxinyin 帮忙看看。