1

After being unable to launch the calabash server on iOS found out on the google group for calabash-ios a post that mentioned the following

"Xcode 8.0 beta 2 is out and as we anticipated, UIAutomation is no longer supported.

We have created a replacement called DeviceAgent that is based on Apple's XCUITest.

We've already started releasing the necessary tooling to support Xcode 8 and iOS 10."

However, I don't see an update to that or the link to where i can download the tooling to support Xcode 8 and iOS 10. The GitHub repository also has nothing; anyone know where I can get this?

Aaron Brager
  • 65,323
  • 19
  • 161
  • 287
superjd
  • 11
  • 2

2 Answers2

0

I've been checking that post weekly and tried bumping it but have seen no response. At this point our team is manually testing iOS 10 and using the Xcode 8 beta, but we are unable to do anything with automation for iOS 10.

chell
  • 117
  • 8
0

The work is incomplete but is active on both the develop and feature/implement-swipe-with-device-agent branches of the calabash-ios repo.

See, for example, this commit, which replaces XCUITest with DeviceAgent.

Aaron Brager
  • 65,323
  • 19
  • 161
  • 287