Setup appium inspector to run ipa on real devices iphone

You need to give the capability: “appium:udid”: “<udid>” for a real device.

Easiest built in way to get udid is from command line: xcrun xctrace list devices. Even easier if installed is idevice_id

1 Like