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

 检验环境安装配置问题:

npm install appium-doctor -g
posted @ 2018-07-20 14:54  蒋励  阅读(257)  评论(0)    收藏  举报