我的Cordova应用程序在VS中使用taco,当我尝试远程构建(Windows中的VS到Mac)时,它会给出这部分错误行。
ERROR: Plugin 'Device' not found, or is not a CDVPlugin. Check your plugin mapping in config.xml.
[CDVCommandQueue executePending] [Line 142] FAILED pluginJSON = ["Device313876570","Device","getDeviceInfo",[]]
ERROR: Plugin 'File' not found, or is not a CDVPlugin. Check your plugin mapping in config.xml.
[CDVCommandQueue executePending] [Line 142] FAILED pluginJSON = ["File313876571","File","requestAllPaths",[]]
[MC] Reading from private effective user settings.
对我来说,这似乎是2个插件的问题,
VS Cordova工具集版本 6.3.1
有没有人遇到过这种情况和任何建议?