我正在使用Appium 1.4.13。我使用Android设备时工作正常。但是当我使用iOS设备(iphone6)时,当我运行Inspector时,我总是得到这个对话框:
无法启动Appium Inspector
无法开始新会话
确保Appium服务器正在运行,并使用" App Path" Appium.app中的参数(以及Android的包和活动)或通过与selenium客户端连接并在所需的功能对象中提供此参数。
在日志中,我明白了:
error: Failed to start an Appium session, err was: Error: Command failed: /bin/sh -c ideviceinstaller -u 741a0464716eeec6b0f139e688e7dbfa30c534 -l
我已经尝试卸载并重新安装Appium,并使用此命令行安装了ideviceinstaller:
brew install --HEAD ideviceinstaller
我的brew命令返回:
$ brew install --HEAD ideviceinstaller
==> Cloning http://git.sukimashita.com/ideviceinstaller.git
Updating /Library/Caches/Homebrew/ideviceinstaller--git
==> Checking out branch master
==> ./autogen.sh
==> ./configure --prefix=/usr/local/Cellar/ideviceinstaller/HEAD
==> make install
/usr/local/Cellar/ideviceinstaller/HEAD: 7 files, 84K, built in 25 seconds
但是,我仍然无法运行Inspector,总是出现同样的错误。
由于