在vs-mda-remote部署上获得404

时间:2015-05-13 15:31:59

标签: ios visual-studio-cordova

我正在尝试使用远程设备目标从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

1 个答案:

答案 0 :(得分:1)

擦除所有内容后,似乎您没有安装libimobiledevice工具。你可以试试删除〜/ .vs-mda-remote。一旦你这样做,重启vs-mda-remote,应该要求你安装自制软件和libimobiledevice工具。