You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to find the UDID of connected device using java, please find the code , I am able to pull the UDID using the command '"system_profiler SPUSBDataType | sed -n -E -e '/(iPhone|iPad|iPod)/" + ",/Serial/s/ *Serial Number: *(.+)/\1/p'"', but not able to pull the UDID using "idevice_id -l"
but while appium is running it internally uses idevice_id -l to list the device UDID
The text was updated successfully, but these errors were encountered:
Unable to find the UDID of connected device using java, please find the code , I am able to pull the UDID using the command '"system_profiler SPUSBDataType | sed -n -E -e '/(iPhone|iPad|iPod)/" + ",/Serial/s/ *Serial Number: *(.+)/\1/p'"', but not able to pull the UDID using "idevice_id -l"
but while appium is running it internally uses idevice_id -l to list the device UDID
The text was updated successfully, but these errors were encountered: