Search code examples
iosobjective-ccucumberfrank

Problems when setting up Frank for iOS


I have a problem with setting up Frank in my iOS project. I am following the instructions and executing in the console:

sudo gem install frank-cucumber -V

What I get is:

 ERROR:  Error installing frank-cucumber:
         activesupport requires i18n (= 0.6.1, runtime)

I have no idea what may be wrong. I checked the gems using:

gem list --local 

and got:

i18n (0.6.4)

Do you know what may be wrong? Thanks for every answer!


Solution

  • Surprisingly the issue was solved by installing Rails.

    gem install rails
    

    It might be that it updated gems that frank needed. Maybe the activesupport as tapi suggested but I can't say it for sure.