我们正在Windows上开发Cordova应用程序,并使用remotebuild将其部署到iOS。一切正常。 我们需要为多个Android和iOS设备部署版本。现在这涉及一次做一个。 我已经创建了一个脚本来检索所有Android设备,效果很好。
但是,如何从我的Windows机器获取iOS设备列表?如果我运行“cordova run --list”我只得到Android设备,对于iOS设备我收到以下错误:
platforms\ios\cordova\lib\list-devices' is not recognized as an internal or external command
因为这个脚本显然是一个iOS脚本。
如何使用远程构建服务器获取设备列表?当我浏览http://mac-ip:3000时,我会看到一个欢迎屏幕:
Remote build Express server open for business on port 3000
因为它基于网络,是否有我可以访问的URL来检索设备列表?