You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Please, when i run:
CODE_SIGN_IDENTITY="iPhone Developer: JohnXon XX (D4XXXL8B7)"
DEVICE_TARGET=4c45a080c9d1XXXXXXe9ca38f0395c55f26
DEVICE_ENDPOINT=http://10.1.19.XX:37265
be cucumber -p device
I can see the app installed and DeviceAgent installed but the app didnt launch to start the test:
here below is the error log:
(RuntimeError)
./features/support/01_launch.rb:19:in launch' ./features/support/01_launch.rb:280:in Before'
Given I see the special tab # features/step_definitions/shared_steps.rb:1
Please What should i do to fix this issue?
Thanks
The text was updated successfully, but these errors were encountered:
Hi Please, when i run:
CODE_SIGN_IDENTITY="iPhone Developer: JohnXon XX (D4XXXL8B7)"
DEVICE_TARGET=4c45a080c9d1XXXXXXe9ca38f0395c55f26
DEVICE_ENDPOINT=http://10.1.19.XX:37265
be cucumber -p device
I can see the app installed and DeviceAgent installed but the app didnt launch to start the test:
here below is the error log:
Could not connect to the DeviceAgent service.
device: #<Device: iPhoneSeunAre (11.3) 4c45a080c9d19cbcaaXXXXXXXa38f0395c55f26>
url: http://10.1.XX.XX:27753/
To diagnose the problem tail the launcher log file:
$ tail -1000 -F /Users/luXXy/.calabash/iOSDeviceManager/logs/current.log
(RuntimeError)
./features/support/01_launch.rb:19:in
launch' ./features/support/01_launch.rb:280:in
Before'Given I see the special tab # features/step_definitions/shared_steps.rb:1
Please What should i do to fix this issue?
Thanks
The text was updated successfully, but these errors were encountered: