ideviceinstaller icon indicating copy to clipboard operation
ideviceinstaller copied to clipboard

`idevice_id -l` lists non existing iOS devices

Open truebit opened this issue 8 years ago • 3 comments

I installed ideviceinstaller v1.1.0 on MacOSX 10.11.5 Beta (15F24b). After plug in and out some iOS devices, idevice_id -l would list some non existing iOS device. Now no iOS devices are pluged in, but the command returned two udid. Anyone know why?

I found that system_profiler SPUSBDataType | sed -n -E -e '/(iPhone|iPad|iPod)/,/Serial/s/ *Serial Number: *(.+)/\1/p' is more accute for attached iOS devices

truebit avatar May 06 '16 05:05 truebit

Are they devices connected wirelessly?

crummy avatar Aug 04 '16 08:08 crummy

How to connect iOS wirelessly? I have no idea about that

truebit avatar Aug 05 '16 06:08 truebit

Look here: https://github.com/libimobiledevice/ideviceinstaller/issues/29.

irodkin avatar Aug 15 '16 11:08 irodkin