我在 iOS 上重置模拟器后第一次 运行 黄瓜应用程序崩溃
app crashes the first time i run cucumber after i reset the simulator on iOS
我在 iOS 上重置模拟器后第一次 运行 黄瓜时出现以下错误:
Could not parse response ''; the app has probably crashed (RuntimeError)
第二种情况也失败并出现以下错误:
Retrying.. Errno::ECONNREFUSED: (Connection refused - connect(2) for "localhost" port 37265 (http://localhost:37265))
Retrying.. Errno::ECONNREFUSED: (Connection refused - connect(2) for "localhost" port 37265 (http://localhost:37265))
Failing... Errno::ECONNREFUSED
Retrying.. Errno::ECONNREFUSED: (Connection refused - connect(2) for "localhost" port 37265 (http://localhost:37265))
Retrying.. Errno::ECONNREFUSED: (Connection refused - connect(2) for "localhost" port 37265 (http://localhost:37265))
Failing... Errno::ECONNREFUSED
When I setup credentials without password # features/step_definitions/setup_steps.rb:10
Connection refused - connect(2) for "localhost" port 37265 (http://localhost:37265) (Errno::ECONNREFUSED)
我做错了什么-还是运行在xcode中xcode在运行宁黄瓜之前运行宁应用程序一次它应该完成的方式?
我希望其他人能给出一个我可以用来关闭线程的答案,但既然他们没有,让我来做吧-
在将 calabash 更新为 14 之前,我们重置模拟器时曾经遇到过 calabash 崩溃的问题。
我们决定在重置模拟器后 运行 xcode 上的应用程序一次,但现在,甚至不需要这样做。
因此这个问题不是问题。
我在 iOS 上重置模拟器后第一次 运行 黄瓜时出现以下错误:
Could not parse response ''; the app has probably crashed (RuntimeError)
第二种情况也失败并出现以下错误:
Retrying.. Errno::ECONNREFUSED: (Connection refused - connect(2) for "localhost" port 37265 (http://localhost:37265))
Retrying.. Errno::ECONNREFUSED: (Connection refused - connect(2) for "localhost" port 37265 (http://localhost:37265))
Failing... Errno::ECONNREFUSED
Retrying.. Errno::ECONNREFUSED: (Connection refused - connect(2) for "localhost" port 37265 (http://localhost:37265))
Retrying.. Errno::ECONNREFUSED: (Connection refused - connect(2) for "localhost" port 37265 (http://localhost:37265))
Failing... Errno::ECONNREFUSED
When I setup credentials without password # features/step_definitions/setup_steps.rb:10
Connection refused - connect(2) for "localhost" port 37265 (http://localhost:37265) (Errno::ECONNREFUSED)
我做错了什么-还是运行在xcode中xcode在运行宁黄瓜之前运行宁应用程序一次它应该完成的方式?
我希望其他人能给出一个我可以用来关闭线程的答案,但既然他们没有,让我来做吧- 在将 calabash 更新为 14 之前,我们重置模拟器时曾经遇到过 calabash 崩溃的问题。
我们决定在重置模拟器后 运行 xcode 上的应用程序一次,但现在,甚至不需要这样做。 因此这个问题不是问题。