You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The podspec is working with Ruby 2.3.0, so need to install it
Newer version of OSX deprecated OpenSSL, so need to install OpenSSL before ruby.
Use following command when install ruby with rvm:
rvm reinstall 2.3.0 --with-openssl-dir=`brew --prefix openssl`
I assume that OpenSSL is installed with brew, if not you have to specify the directory.