Appium saying install libimobiledevice but termina

2019-06-19 14:04发布

I am trying to run Appium on a real iOS device. In the logs I get the following error:

The 'idevice_id' program is not installed. If you are running a real device test it is necessary. Install with 'brew install libimobiledevice --HEAD.

I then run brew install libimobiledevice --HEAD in the terminal and get the following warning:

libimobiledevice HEAD-5a85432_2 is already installed

Anyone know a way around this infinite loop of warnings?

1条回答
Summer. ? 凉城
2楼-- · 2019-06-19 14:39

Go to terminal and type

brew install --HEAD libimobiledevice

This will work!

查看更多
登录 后发表回答