Skip to content
This repository was archived by the owner on Dec 26, 2019. It is now read-only.

Common Issues

Marek Cirkos edited this page Nov 11, 2016 · 6 revisions

Can't connect via Wifi to iOS10.x devices in China

It has been reported that client can't connect to China devices via WiFi. Issue is unknown, but you should have a look at this issue.

Best workaround is to use iproxy or USB client


Failed to authorize rights (0x1) with status: -60007

If developer mode isn't enabled then you will see similar message to this:

DTServiceHub: Instruments wants permission to analyze other processes. Please enter an administrator username and password to allow this. Failed to authorize rights (0x1) with status: -60007.

In order to enable developer mode in terminal you can use:

$ DevToolsSecurity --enable

The bundle “WebDriverAgentRunner” couldn’t be loaded because it is damaged or missing necessary resources

You might see this message when trying to running WebDriverAgent on devices. To resolve this issue you should:

  • Set Team in General / Signing section to your Apple Developer Account for both WebDriverAgentLib and WebDriverAgentRunner
  • Make sure you have available valid wildcard provisioning profile
Clone this wiki locally