Mac appium iOS 安装命令

Posted 数据科学工作加油站

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mac appium iOS 安装命令相关的知识,希望对你有一定的参考价值。

1. brew install node
2. npm install  -g appium #或者用安装包安装
3. brew install libimobiledevice --HEAD  # install from HEAD to get important  updates
  brew install ideviceinstaller       
4.brew install carthage
5. npm install -g ios-deploy
6. xcode-select --instal # 安装xcode command line

 

以上是关于Mac appium iOS 安装命令的主要内容,如果未能解决你的问题,请参考以下文章

Mac下appium ios自动化测试

mac搭建appium环境 ios真机

Appium Mac 命令行安装

Appium的安装-Mac平台(命令行 dmg)

Mac安装Appium

Appium环境搭建python篇(mac系统)