1.6.2的SDKBOX,PluginAPIJSHelper.cpp有问题,造成编译错误

jni/…/…/…/Classes/PluginIAPJSHelper.cpp:278:68: error: too few arguments to function ‘bool std_vector_string_to_jsval(JSContext*, const std::vector<std::basic_string >&, JS::MutableHandleValue)’
dataVal[0] = std_vector_string_to_jsval(cx, _productIds);

错误代码:dataVal[0] = std_vector_string_to_jsval(cx, _productIds);

我检查了一下,发现std_vector_string_to_jsval需要三个参数,而此处只有两个。
希望你们能够及时修复~

Vote for ask on this question
Have the same problem on my project today

顶一下,这个属于编译错误,现在是自己改了代码。希望官方尽快解决。

官方已经解决这个问题,谢谢。