Skip to content

Instantly share code, notes, and snippets.

@jmoody
Created May 23, 2014 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmoody/a95c3c950d6df1d1231d to your computer and use it in GitHub Desktop.
Save jmoody/a95c3c950d6df1d1231d to your computer and use it in GitHub Desktop.
required information for analyzing calabash iOS issues

Please paste the output of the following commands:

# xcode installation location
$ xcode-select --print-path

# xcode version
$ xcodebuild -version

# calabash version
$ calabash-ios version

# calabash.framework version
# start your app manually in the simulator or from Xcode
# and then launch a console
$ calabash-ios console
> server_version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment