Visual Studio 2015 Setup Build and Simulate iOS in the Cloud -


i using "microsoft build , simulate ios in cloud" establish remote build on macincloud.com. getting following errors when try build ios app

severity code description project file line error not implemented (exception hresult: 0x80004001 (e_notimpl)) 0
severity code description project file line error error occurred uploading build server https //myserverinstance.macincloud.com:3000: error: hostname/ip doesn't match certificate's altnames: "host: myserverinstance.macincloud.com. not in 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

one item mention didn't have install anything, vs-mda-remote on system in macincloud. http://i.stack.imgur.com/gvego.png

any ideas how working?

the key thing when using macincloud need use machine's ip rather host name since host name reported os not same host name on internet.

in terminal app, type:

ifconfig | grep "inet " 

you'll see this:

inet 127.0.0.1 netmask 0xff000000 inet 192.168.0.100 netmask oxffffff00 broadcast 192.168.0.1 

in case you'd use 192.168.0.100 in place of host name.

see here additional details: https://msdn.microsoft.com/en-us/library/dn858446(v=vs.140).aspx


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -