在 vs-mda-remote deploy 上获取 404

Getting 404 on vs-mda-remote deploy

我正在尝试使用远程设备目标 运行 来自 VS2013 的空白默认 cordova 应用程序,我从 OSX 端获得以下输出:

Done with currentBuild. Checking for next build in queue.
GET /build/tasks/22365 200 1ms - 856b
GET /build/tasks/22365/log 200 3ms
GET /files/22365/cordovaApp/plugins/ios.json 200 2ms - 190b
Transferring result of build 22365 ...
Trasnferred build 22365
GET /build/22365/download 200 401ms
Deploy build 22365 ...
GET /build/22365/deploy 404 362ms - 16b

本地设备目标工作正常 - 它将成功构建并将 .ipa 传输回我的 Windows iTunes 没有问题。

我不确定下一步要做什么。构建日志没有指示任何错误(如我所料),我不确定是否有其他资源可以查看以确定 404 的原因。

更新:

我清除了 OSX 构建机器上 node/npm/vs-mda-remote/etc 的所有痕迹并从头开始重新安装,现在我在 Visual Studio 中收到以下错误:

Error   3   Http 404: Command failed: /bin/sh -c ideviceinstaller -i /Users/[redacted]/remote-builds/builds/24447/cordovaApp/platforms/ios/build/device/BlankCordovaApp1.ipa    BlankCordovaApp1

清除所有内容后,您似乎没有安装 libimobiledevice 工具。能否请您尝试删除 ~/.vs-mda-remote。一旦你这样做,重新启动 vs-mda-remote,应该要求你安装自制软件和 libimobiledevice 工具。