6

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

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

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

获取 /cordova/build/1216/deploy 200 692.617 毫秒 - 760

获取 /cordova/build/1216/运行 404 762.857 毫秒 - 35

获取 /cordova/build/1216/debug 500 10014.728 毫秒 - 88

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

4

1 回答 1

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
于 2016-09-29T21:03:28.063 回答