Visual studio 2017 在Visual Studio中使用XCode 9.0.1远程调试的iOS 11 Cordova生成失败

Visual studio 2017 在Visual Studio中使用XCode 9.0.1远程调试的iOS 11 Cordova生成失败,visual-studio-2017,cordova-plugins,ios11,visual-studio-cordova,Visual Studio 2017,Cordova Plugins,Ios11,Visual Studio Cordova,我的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",

我的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.
对我来说,这两个插件似乎有问题

  • cordova插件设备(v1.1.7)和
  • cordova插件文件(v4.3.3)
VS Cordova工具集版本6.3.1


有人遇到过这种情况吗?有什么建议吗

这是一个特定于插件的问题,将通过删除并再次添加来解决。