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

猜你喜欢

转载自www.cnblogs.com/xiyuan2016/p/9341475.html