ios - Visual Studio 2015 安装程序 在云中构建和模拟 iOS

标签 ios visual-studio-2015 visual-studio-cordova

我正在使用 "Microsoft Build and Simulate iOS in the Cloud"在 Macincloud.com 上建立远程构建。当我尝试构建 IOS 应用程序时出现以下错误

Severity Code Description Project File Line Error Not implemented (Exception from HRESULT: 0x80004001 (E_NOTIMPL)) 0
Severity Code Description Project File Line Error An error occurred uploading to the build server https //myserverinstance.macincloud.com:3000: Error: Hostname/IP doesn't match certificate's altnames: "Host: myserverinstance.macincloud.com. is not in the cert's altnames: DNS:MAC123.local, IP Address:FE80:etc, IP Address:123.12.123.123" BlankCordovaApp3 C:\Users\ME\Documents\Visual Studio 2015\Projects\BlankCordovaApp3\BlankCordovaApp3\MDAVSCLI 1

要提到的一个项目是我不需要安装任何东西,vs-mda-remote 已经在我的 macincloud 系统上了。 http://i.stack.imgur.com/gvego.png

关于如何让它工作的任何想法?

最佳答案

目前使用 MacInCloud 的关键是您需要使用机器的 IP 而不是主机名,因为操作系统报告的主机名与互联网上的主机名不同。

在终端应用中,输入:

ifconfig | grep "inet "

然后你会看到这样的东西:

inet 127.0.0.1 netmask 0xff000000
inet 192.168.0.100 netmask oxffffff00 broadcast 192.168.0.1

在这种情况下,您将使用 192.168.0.100 代替主机名。

有关更多详细信息,请参见此处:https://msdn.microsoft.com/en-us/library/dn858446(v=vs.140).aspx

关于ios - Visual Studio 2015 安装程序 在云中构建和模拟 iOS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30250928/

相关文章:

ios - NSNotificationCenter 观察者没有被删除?

ios - 错误 : Visual Studio Cordova Command failed with exit code 69

ios - 崩溃符号上传的 Xcode 错误 : symbolFileUploadLocation: The caller does not have permission

ios - 二元运算符“==”不能应用于两个结构操作数

.net - 在 Visual Studio 2015 中调试时值不正确

debugging - IIS Express中的ASP.NET Core虚拟目录

visual-studio-cordova - Cordovaripple.js 无法加载资源错误

ios - 为本地设备编译 VS2015 ios cordova 应用时出现 "SyntaxError: Unexpected token"

ios - 程序化 NSLayoutConstraint 动画问题

c++ - 从弧度转换为度数