Visual Studio Debugger无法连接到iOS模拟器中的远程Apache Cordova应用程序

我一直试图在Windows 8.1虚拟机中使用Visual Studio 2015 RCdebuggingApache Cordova应用程序。 该应用程序正在使用vs-mda-remote(我尝试过使用不同的iPhone版本)的MAC OS主机上的iOS模拟器中运行,但debugging总是超时。 似乎没有一个适当的错误,只有以下几点:

开始启动进程C:\ Program Files(x86)\ nodejs \ node.exe“C:\ Users \ User \ AppData \ Roaming \ npm \ node_modules \ vs-tac \ emulator.js”–platform ios –action launch – -path

“C:\ XXXXX \ bld \ ios \ Debug \ buildInfo.json”–serverUrl iMac-User.local:3000 – 语言pt-PT –cliVersion 5.1.1 –deployTarget“iPhone 5”

超时连接debugging器到远程Apache Cordova应用程序。 请参阅输出窗口了解JavaScript控制台输出。

—— Cordova Tools 5.1.1已经安装好了。

模拟 – 成功发送到ios模拟器

在/ Users / user / remote-builds / builds / 5689 / cordovaApp上为目标iPhone 5模拟应用程序

要求在服务器iMac-User.local中的buildNumber 5689远程iOS设备进行debugging:3000 …

无法debugging远程iOS为了编译C:\ XXXXX \ bld \ ios \ Debug \ buildInfo.json到http://iMac-User.local:3000 :iPhone 5

我已经尝试清除cordova的caching,使用vs-mda-remote –secure false和我在网上find的一些其他build议。 但是,似乎没有任何工作。 这不是项目本身,因为我的一个朋友能够debugging它。 他电脑的configuration好像和我的一样。

任何想法可能是什么问题? 谢谢。

我发现这个问题,安装Homebrew肯定有问题。 所以我重新安装它,并强制安装ios-webkit-debug-proxy。 这解决了我的问题,我现在能够debugging应用程序。