Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to get device info in Mac for IOS device #12

Open
nanduri1805 opened this issue Sep 1, 2021 · 0 comments
Open

unable to get device info in Mac for IOS device #12

nanduri1805 opened this issue Sep 1, 2021 · 0 comments

Comments

@nanduri1805
Copy link

I am trying to retreive IOS device information in my MAC. could you please let me know what else I need to do apart from installing libimobiledevice. I am getting below error
Exception in thread "main" java.io.IOException: Cannot run program "idevice_id": error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
at java.lang.Runtime.exec(Runtime.java:621)
at java.lang.Runtime.exec(Runtime.java:451)
at java.lang.Runtime.exec(Runtime.java:348)
at com.testinium.deviceinformation.helper.ProcessHelper.runTimeExec(ProcessHelper.java:11)
at com.testinium.deviceinformation.device.IosDeviceFinder.readDeviceInfo(IosDeviceFinder.java:43)
at com.testinium.deviceinformation.device.IosDeviceFinder.findDevices(IosDeviceFinder.java:26)
at com.testinium.deviceinformation.device.DeviceFinder.findDevices(DeviceFinder.java:14)
at com.testinium.deviceinformation.DeviceInfoImpl.getDevices(DeviceInfoImpl.java:43)
at com.testinium.deviceinformation.DeviceInfo.getFirstDevice(DeviceInfo.java:20)
at com.test.device.Device_details.main(Device_details.java:36)
Caused by: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.forkAndExec(Native Method)
at java.lang.UNIXProcess.(UNIXProcess.java:247)
at java.lang.ProcessImpl.start(ProcessImpl.java:134)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
... 10 more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant