解决ideviceinstaller未安装的问题
在Mac上,使用Appium时提示:
Could not initialize ideviceinstaller; make sure it is installed and works on your system
刚开始以为是NPM去安装呢,但是得到404. 搜索一下,原来需要使用其他命令:brew install ideviceinstaller
具体安装过程如下图所示:
在Mac上,使用Appium时提示:
Could not initialize ideviceinstaller; make sure it is installed and works on your system
刚开始以为是NPM去安装呢,但是得到404. 搜索一下,原来需要使用其他命令:brew install ideviceinstaller
具体安装过程如下图所示: