cannot start iphone simulator using calabash-ios -
i've been searching solution few hours now, , can't seem find problem reported anywhere else, here goes...
first, environment:
localhost:calabash-ios-example jenkins$ xcode-select --print-path /applications/xcode.app/contents/developer localhost:calabash-ios-example jenkins$ xcodebuild -version xcode 5.1.1 build version 5b1008 localhost:calabash-ios-example jenkins$ calabash-ios version 0.9.168 irb(main):001:0> calabash::cucumber::framework_version "0.9.168"
i know should provide server_version, cannot that... see below..
so, issue cannot start simulator. @ first, getting econnrefused, enough, realized needed set app_bundle_path, that's sorted now.
however, when try run tests, simulator tries start, stays few seconds, crashes, , restarts... , following error message:
localhost:<path> jenkins$ app_bundle_path="build/<app>-cal.app" cucumber 0:35: execution error: iphone simulator got error: application isn’t running. (-600) feature: xxxxxx @reset scenario: test can login cucumber user. # features/accounts/login.feature:7 0:35: execution error: iphone simulator got error: application isn’t running. (-600)
i try start test server through console , get:
irb(main):001:0> start_test_server_in_background 0:35: execution error: iphone simulator got error: application isn’t running. (-600)
would appreciate help, can't seem find info anywhere else , i'm pretty stuck on this...
as final note, i'd note looks environment issue because can't sample app work...
Comments
Post a Comment