Visual Studio Taco - Remotebuild将不再部署到远程设备

bre*_*son 5 ios cordova taco

直到最近(2016年9月15日左右)我能够使用VS2015和最新版本的TACO和remotebuild构建和部署一个Cordova项目到远程设备(iPhone 6).

我现在正在运行ios 10并更新了iTunes和xcode.

现在,当我运行远程构建时,设备会提示我"信任计算机".我点按按钮然后没有任何反应.Remotebuild认为部署成功但设备上没有安装任何内容,因此"运行"步骤失败.见下面的404.

GET/cordova/build/1216/deploy 200 692.617 ms - 760

GET/cordova/build/1216/run 404 762.857 ms - 35

GET/cordova/build/1216/debug 500 10014.728 ms - 88

如果我打开xcode项目并从那里运行它会在设备上成功安装并能够运行.

bre*_*son 4

我终于解决了这个问题。我在这里找到了修复方法:

https://github.com/Microsoft/remotebuild/issues/5

解决方案是升级brew、libimobiledevice、ideviceinstaller 和ios-webkit-debug-proxy。我在终端中输入以下命令:

brew update
brew upgrade libimobiledevice --HEAD
brew upgrade ideviceinstaller ios-webkit-debug-proxy
Run Code Online (Sandbox Code Playgroud)