I am trying to test calabash on iOS 10 physical device. I followed these steps for that:
- Enabled UIAutomation on the device using the switch in Settings.app > Developer > Enable UIAutomation
- Both device and Mac are in same network
- Installed app on the device using Xcode
- Ran this command on terminal: $ export BUNDLE_ID=com.example.MyApp-cal (bundle id) $ CODE_SIGN_IDENTITY="iPhone Developer: Name <>" DEVICE_TARGET= DEVICE_ENDPOINT=http://:37265 cucumber
Every time I run this command, calabash is opening DeviceAgent and logging following error on console:
Host is down - connect(2) for port 37265 (:37265) (Errno::EHOSTDOWN)
Thanks in advance..