sudo npm install -g vs-mda-remote --user=你的用户名
此步骤为安装vs-mda-remote,如果安装成功
执行vs-mda-remote –secure false
你可以新开一个命令行窗口,执行 vs-mda-remote test –server http://localhost:3000 来进行测试
写一下新手在cordova IOS macBook上遇到的坑
首先nodejs安装,然后Xcode开发工具安装
然后再装vs-mda-remote
在执行 vs-mda-remote -secure false的时候一定要注意
人家是--secure 不是一个- 是两个
如果输入一个的话会开启 https模式,而vs里面的连接工具用的是http模式...!!!
大坑一个,拆开看源码才发现是-- 没办法,都是ios新手,大家分享下吧。 遇到别的大坑会更新的,有问题大家分享下。