Having a problem updating the Calabash server version. The problem is that I can run basic tests that check for elements... However, once I try to "touch" buttons calabash returns
RuntimeError: Could not parse response ''; the app has probably crashed
The origin of the problem, I believe, is that my server version is old/incompatible. Not rocket science:
WARN: The server version is not compatible with gem version. Please update your server. https://github.com/calabash/calabash-ios/wiki/B1-Updating-your-Calabash-iOS-version
gem version: '0.14.3' min server version: '0.14.3' server version: '0.9.169'
The link is outdated, but I followed all steps in https://github.com/calabash/calabash-ios/wiki/Updating-your-Calabash-iOS-version many times. And still when I check the version it is 0.9.169
irb(main):006:0> server_version['version']
"0.9.169"
Any help would be greatly appreciated! Thanks