plu / simctl

Ruby interface to xcrun simctl

Home Page:http://www.rubydoc.info/gems/simctl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruby 3.2 support

yabenatti opened this issue · comments

simctl doesn't work with Ruby 3.2.

Error:

NoMethodError: undefined method `=~' for false:FalseClass
.gem/ruby/3.2.0/gems/simctl-1.6.8/lib/simctl/device.rb:30:in `!~'
.gem/ruby/3.2.0/gems/simctl-1.6.8/lib/simctl/device.rb:30:in `available?'

The method =~ was removed on Ruby 3.2

Just released 1.6.10 that should fix this issue.

Thank you!