HI Team,
I am working on iOS automation using Appium, It’s working fine with iPhone and iPad, But the problem start when I switch to “iPod” , Appium throws an error "Unknown device and display list of supported devices , Unfortunately iPod is not present in list, I had also checked appium.io but iPod name is missing.
Let me know if anyone have any workaround/information.
Thanks in advance.
I am also looking answer of same question. I tired Appium with iPod (real device) but doesn’t work. Didn’t find iPod in the list of simulator as well. In Appium documentation, failed to find anything related to iPod.
Appium 1.4.13
iOS: 9.0 & 8.4
xCode: 7.1
Mac: 10.10.5 (MacBook Pro)
Appium could use your device if you can track it.
Use this command in your terminal : instruments -s devices
Do you find your iPod with this ?
It worked now on real iPod Touch device.
FYI: If anyone get the below error, then first install ‘ideviceinstaller’ using ’ brew install ideviceinstaller’ command then install .ipa file using appium.
error: Could not initialize ideviceinstaller; make sure it is installed and works on your system