Visual Studio Taco-Remotebuild将不再部署到远程设备 [英] Visual Studio Taco - Remotebuild will no longer deploy to remote device

查看:74
本文介绍了Visual Studio Taco-Remotebuild将不再部署到远程设备的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

Up until recently (around Sept. 15 2016) I was able to build and deploy a cordova project to a remote device (iPhone 6) using VS2015 with the latest version of TACO and remotebuild.

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

I am now running ios 10 and updated iTunes and xcode.

现在,当我运行remotebuild时,设备会提示我信任计算机".我点击按钮,然后什么也没有发生.Remotebuild认为部署成功,但是设备上没有安装任何东西,因此运行"步骤失败.请参阅下面的404.

Now when I run a remotebuild the device prompts me to "Trust Computer." I tap the button and then nothing happens. Remotebuild thinks that the deploy was successful but nothing gets installed on the device so the "run" step fails. See the 404 below.

GET/cordova/build/1216/deploy 200692.617毫秒-760

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

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

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

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

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

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

If I open the xcode project and run from there it installs successfully on the device and is able to run.

推荐答案

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

I finally got this resolved. I found the fix here:

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

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

The solution was upgrading brew, libimobiledevice, ideviceinstaller and ios-webkit-debug-proxy. I typed the following commands into terminal:

brew update
brew upgrade libimobiledevice --HEAD
brew upgrade ideviceinstaller ios-webkit-debug-proxy

这篇关于Visual Studio Taco-Remotebuild将不再部署到远程设备的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆