Appium-iOS测试环境配置

2016-12-20  本文已影响215人  困死啦的虫子

command line tools

通过appium-doctor检查时,在iOS测试的部分有command line tools的检查,我们将这个工具安装:

xcode-select --install

几个工具

brew install ideviceinstaller

brew install carthage

npm install -g ios-deploy

brew install libimobiledevice --HEAD

说明:

1.carthage是WDA需要使用的

2.iOS10目前一些ideviceinstaller的支持不是很好,所以使用iso-deploy代替,同时,如果你使用ios10的话,自己重新装下libimobiledevice,因为非--HEAD版本,不支持ios10

上一篇 下一篇

猜你喜欢

热点阅读