calabash-ios模拟器卡在'发射时花了xxx秒'

时间:2015-03-11 01:46:36

标签: calabash calabash-ios

我的模拟器正在启动,并展示了成功发布的内容:

Launching took 6.652245 seconds

除了功能文件没有运行...它只是粘在那里。这可能是在simlauncher吗?或者我的配置搞砸了?

之前运行正常......然后我运行了一些其他模拟器任务,它似乎不同步。

提前致谢!


调试信息:

  
18:34 $ ./go.sh
Feature: getting started with ios android automation

  Scenario: debug            # features/getting_started.feature:3

INFO: Using uia strategy: 'preferences'
Preparation took 0.110554 seconds
Simulator instruction set 'x86_64' is compatible with ["i386", "x86_64"]
{
                    :app => "/Users/qa/repos/Foo-ios/test_harness/Build/Products/Debug-iphonesimulator/Foo-cal.app",
                   :args => [],
:bundle_dir_or_bundle_id => "/Users/qa/repos/Foo/test_harness/Build/Products/Debug-iphonesimulator/Foo-cal.app",
              :bundle_id => "com.foo.bar.Foo-cal",
                 :device => "iphone",
          :device_target => "simulator",
          :launch_method => :instruments,
         :launch_retries => 5,
               :log_file => "/var/folders/6f/tmnbb60j62715sj_n1xt_crr0000gr/T/run_loop20150310-51884-g6i9qx/run_loop.out",
              :no_launch => false,
                :no_stop => false,
                  :reset => false,
            :results_dir => "/var/folders/6f/tmnbb60j62715sj_n1xt_crr0000gr/T/run_loop20150310-51884-g6i9qx",
      :results_dir_trace => "/var/folders/6f/tmnbb60j62715sj_n1xt_crr0000gr/T/run_loop20150310-51884-g6i9qx/trace",
                 :script => "/var/folders/6f/tmnbb60j62715sj_n1xt_crr0000gr/T/run_loop20150310-51884-g6i9qx/_run_loop.js",
            :sdk_version => nil,
                   :udid => "iPhone 5s (8.1 Simulator)",
           :uia_strategy => :preferences,
                  :xcode => "6.1.1",
             :xcode_path => "/Applications/Xcode.app/Contents/Developer"
}

### Starting on simulator App: /Users/qa/repos/foo/test_harness/Build/Products/Debug-iphonesimulator/Foo-cal.app ###
2015-03-10 18:35:25 -0700 xcrun instruments -w iPhone 5s (8.1 Simulator) -D /var/folders/6f/tmnbb60j62715sj_n1xt_crr0000gr/T/run_loop20150310-51884-g6i9qx/trace -t Automation /Users/qa/repos/foo/test_harness/Build/Products/Debug-iphonesimulator/Foo-cal.app -e UIARESULTSPATH /var/folders/6f/tmnbb60j62715sj_n1xt_crr0000gr/T/run_loop20150310-51884-g6i9qx -e UIASCRIPT /var/folders/6f/tmnbb60j62715sj_n1xt_crr0000gr/T/run_loop20150310-51884-g6i9qx/_run_loop.js >& /var/folders/6f/tmnbb60j62715sj_n1xt_crr0000gr/T/run_loop20150310-51884-g6i9qx/run_loop.out
Launching took 6.652245 seconds

0 个答案:

没有答案