在我重置iOS上的模拟器后,我第一次运行黄瓜时崩溃了

时间:2015-03-20 06:42:02

标签: ios cucumber calabash-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中运行应用程序一次之前运行黄瓜的方式应该怎么做?

1 个答案:

答案 0 :(得分:1)

我希望别人能给出我可以用来关闭线程的答案,但既然他们没有,那就让我这样做 - 在我们将calabash更新为14之前,我们在重置模拟器时遇到了calabash崩溃的问题。

我们决定在重置模拟器后在xcode上运行一次应用程序,但现在,即使这不是必需的。 因此,这个问题不是问题。