【问题标题】:Visual Studio Taco - Remotebuild will no longer deploy to remote deviceVisual Studio Taco - Remotebuild 将不再部署到远程设备
【发布时间】:2016-09-20 23:21:41
【问题描述】:

直到最近(大约 2016 年 9 月 15 日),我才能够使用 VS2015 和最新版本的 TACO 和 remotebuild 构建和部署 cordova 项目到远程设备 (iPhone 6)。

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

现在,当我运行 remotebuild 时,设备会提示我“信任计算机”。我点击按钮,然后什么也没有发生。 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 毫秒 - 88

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

【问题讨论】:

    标签: ios cordova taco


    【解决方案1】:

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

    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
    

    【讨论】:

    • 谢谢,你的链接帮了我很多,不得不覆盖等,但设法让它工作
    猜你喜欢
    • 2017-01-30
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-10-07
    • 1970-01-01
    • 2020-03-31
    • 2018-12-19
    • 1970-01-01
    相关资源
    最近更新 更多