3

Does calabash start supporting iOS8 ? if not when can we expect a new calabash-ios version upgrade/release to support iOS8 ?

-Mesh

Haroldo Gondim
  • 7,725
  • 9
  • 43
  • 62
Mesh
  • 193
  • 1
  • 7

5 Answers5

2

Yes, calabash-ios is supported by iOS 8.

I am currently using iOS 8.4.

By default is iPhone 5s simulator.

Update

It is supported by iOS 9

But the command calabash-ios setup has been broken since Xcode 6. Now is much more difficult to setup and configure your project. See more

Btw, you just need to configure once.

Community
  • 1
  • 1
Haroldo Gondim
  • 7,725
  • 9
  • 43
  • 62
1

Yes, calabash-ios supports iOS 8.

jmoody
  • 2,480
  • 1
  • 16
  • 22
1

There is a pretty good tutorial how to update the client and server version of Calabash here

Dogosh
  • 151
  • 10
0

I am currently using iOS 8.1.2 on a physical device and calabash 2.0 pre6 with no real issues.

As per the docs found on their github page here:

iOS Devices >= 7.1

iOS Simulators >= 8.0

Community
  • 1
  • 1
-2

Yes, it does. If you want to access Calabash-iOS with some real iOS devices, there are useful sites like this available: http://testdroid.com/testdroid/8311/how-to-get-started-with-calabash-ios-example

erkz
  • 11
  • 1