objective c - Problems when setting up Frank for iOS -
i have problem setting frank in ios project. following instructions , executing in console:
sudo gem install frank-cucumber -v
what is:
error: error installing frank-cucumber: activesupport requires i18n (= 0.6.1, runtime)
i have no idea may wrong. checked gems using:
gem list --local
and got:
i18n (0.6.4)
do know may wrong? every answer!
looks there's version mismatch between activesupport
requires , have installed.
i try gem update
, see if helps.
Comments
Post a Comment