Mac OSX下Appium驱动iPhone真机

1、安装Xcode、Command Line Tools和Appium

2、安装brew:/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

3、安装ideviceinstaller:brew install ideviceinstaller

4、手机设置-开发者-Enable UI Automation开启。

5、启动Appium:/usr/local/bin/appium -U 自己手机的UUID &

原文地址:https://www.cnblogs.com/xmlbw/p/5623987.html