Open shiratsu opened 6 years ago
calabash-ios supports Xcode9. Did you update the calabash gem and the test server in your app as well?
You are using ruby 2.4.0, which might be a problem.
We have supported Xcode 9 since the betas last June.
I'm using ruby 2.4 now. i will downgrade it.
Still error happend.
~/xxxxxxxxxxxxxxx on ui_update201805! ⌚ 23:27:31
$ bundle exec calabash-ios download 2.3.0
----------Info----------
Inconsistent gem state: Cannot find framework: /Users/hiratsukashu/xxxxxxxxxxxxxxx/vendor/bundle/ruby/2.3.0/gems/calabash-cucumber-0.20.4/bin/../staticlib/calabash.framework.zip
~/xxxxxxxxxxxxxxx on ui_update201805! ⌚ 23:27:46
$ bundle exec calabash-ios setup 2.3.0
Checking if Xcode is running...
Found Project: shotworks_customer
----------Info----------
Inconsistent gem state: Cannot find framework: /Users/hiratsukashu/xxxxxxxxxxxxxxx/vendor/bundle/ruby/2.3.0/gems/calabash-cucumber-0.20.4/bin/../staticlib/calabash.framework.zip
~/xxxxxxxxxxxxxxx on ui_update201805! ⌚ 23:27:52
$ ruby -b 2.3.0
ruby: invalid option -b (-h will show valid options) (RuntimeError)
~/xxxxxxxxxxxxxxx on ui_update201805! ⌚ 23:28:17
$ ruby -v 2.3.0
ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-darwin17]
~/xxxxxxxxxxxxxxx on ui_update201805! ⌚ 23:28:20
$ cat Gemfile 2.3.0
source "https://rubygems.org"
gem "calabash-cucumber", "~> 0.20"
gem "json","1.8.6"
Hi! I try to use it on xcode9. But it can't connect to ios simulator. because since xcode9 ios simulator's frameworks was changed CoreSimulator.framework to SimulatorKit.framework
above command produced the following errors.
doesn't calabash-ios support xcode9?