Visual Studio Cordova部署到远程iOS 10设备失败
问题描述:
按照本指南,我已经成功地将Windows计算机上的Visual Studio远程部署到使用Xcode 7.x的iOS 9.x设备上。Visual Studio Cordova部署到远程iOS 10设备失败
https://taco.visualstudio.com/en-us/docs/ios-guide/
与iOS 10,你需要升级到Xcode中8,并做一些调整,以得到在构建配置你的开发团队标识符得到正常登录。感谢这本指南,我能够成功编译。
https://dpogue.ca/articles/cordova-xcode8.html
但是我仍然收到这个错误,我无法找到一个解决的remotebuild内。
Timed out connecting debugger to remote Apache Cordova app. See Output window for JavaScript console output.
Http 404: Error mounting developer disk image
Http 500: No devices found to debug. Please ensure that a device is connected and awake and retry.
我已经尝试更改remotebuild超时设置,当然重新启动/重新插入设备。
我可以在Xcode中打开.xcodeproj并直接从Mac部署它。或者将.ipa文件放入iTunes中进行安装。
有没有人发现remotebuild解决方案部署到iOS 10设备时,他们得到这个错误?
我有完全相同的错误。 iOS 10的更新绝对搞砸了。 –
我处于同样的情况。 Remotebuild,相同的“安装开发人员磁盘映像时出现错误”,然后是“未发现设备调试...”升级到Xcode 8,iOS 10.0.2。 'developmentTeam'已设置。我可以用Mac上的remotebuild temp目录下的''''''''''''''''''''''''''''''''''''''''''''''''''可以通过'如果您碰巧解决此问题,请将您的解决方案作为答案发布。 – Stack