-
Notifications
You must be signed in to change notification settings - Fork 21
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
Getting IOS devices for Iphone Xs isn't working #48
Comments
If any is interesting, here is a workaround on IOSManager, for adding UDID devices from iphone X onwards. It uses the "idevice_id --list" command from libimobiledevice library to get all the udids:
|
@jzaratei Sorry, this issue split out my way. This has been already fixed in master. |
@saikrishna321 Its still not working, are you sure the fix is in master ? |
@narmadha956 Yes, Can you post what error ur getting? |
I have an XR and I'm using ATD, it keeps saying no devices connected. On debugging I see, DeviceManager dependency is 2863590, which is the latest commit. The code in IOSManager.java is like this :
I can see "system_profiler SPUSBDataType | sed -n -E -e '/(iPhone|iPad|iPod)/,/Serial/s/ *Serial Number: *(.+)/\1/p'" returning correct UDID of XR, but without "-" in between. But |
@saikrishna321 Even if I fix IOSManager, and use it in ATD, still unable to execute tests on XR. Logs :
|
@narmadha956 Please try with version
|
Hi, the IOSManager() is not recognizing an Iphone Xs with OS 12.3 as a real device. The actual udid is: 00008020-0013056136E1002E
Thanks for your support.
The text was updated successfully, but these errors were encountered: