Here’s a quick FAQ for common problems with devices and target detection when trying to use Inspect.

Can Inspect debug Google Chrome or Microsoft Edge on iOS?

Inspect can’t debug Google Chrome or Microsoft Edge on iOS due to limitations by Apple. See for details https://github.com/inspectdev/inspect-issues/issues/24

Inspect can’t find my Safari tabs, what to do?

Sometimes Inspect can have trouble finding the Safari tabs on your iOS device.

The following steps unblock 80% of our users:

  1. Did you restart your iOS device after enabling Web Inspector?
  2. If you are using Windows, did you install and start iTunes to make sure your iOS device is paired with your computer?
  3. Make sure your iPhone is unlocked.
  4. Make sure Safari or the app you are trying to debug is the active one

As ironic as it might sound, but some users have needed to restart their Windows machine after installing iTunes. We suspect this is to start the Apple Driver provided by iTunes as a Windows service.

If your issue persists, please contact support and we are more than happy to help.

Inspect on Windows can see my device, but it says “no targets found.”

This typically happens if you just enabled web inspector on your iOS device. Please try to force restart Safari or restart your iOS device to make sure the web inspector service is running on your device.

Sometime it helps to:

  • Disconnect my phone
  • Restart iTunes
  • Connect your phone again.

Inspect doesn’t detect my app using WebViews, what to do?

Inspect can only debug developer-provisioned apps.

This means that the app needs to have been installed via Xcode, and not via the AppStore or TestFlight.

This is a limitation from Apple. See https://webkit.org/web-inspector/enabling-web-inspector/ for details.