ADB equivalent for iOS device

user3596455 picture user3596455 · May 2, 2014 · Viewed 33.7k times · Source

I was looking some instrument like Android ADB in order to debug iOS devices. I've found iOS instrument, a tool of the XCode that is able to debug app on mobile iOS devices. This instrument is helpful if you have to test your application or some other open source app.

I need to test the iOS device, more than my apps, so I was looking for something like Android ADB for iOS devices.

Is there something like it?

Answer

GrayJackie picture GrayJackie · Oct 27, 2016

To get the list of attached iOS devices, use the command xcrun instruments -s devices.