When I execute calabash automated tests on iOS 14 device, I get the following error
Could not connect to the DeviceAgent service.
device: #<Device: Billons (14.0) e17caXXXXXXXXXXXXXXXXX>
url: http://<device_ip>:27753/
To diagnose the problem tail the launcher log file:
$ tail -1000 -F /Users/XXXX/.calabash/iOSDeviceManager/logs/current.log
Environment
Xcode 12.0-beta6
calabash-ios 0.21.10
run_loop 4.5.3
Ruby Version 2.6.4
Could someone help with this issue please