MacRuby, error when using Sequel

前端 未结 4 681
天涯浪人
天涯浪人 2021-01-25 14:01

I have just installed Sequel using the command sudo macgem install sequel. It tells me sequel-3.18.0 was successfully installed.

When I fire up xcode, and s

4条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-25 14:40

    I ran into similar issues and was able to get it working with the following combination:

    MacRuby 0.8
    sqlite3-ruby gem 1.3.2
    sequel gem 3.18.0
    OSX 10.6.5
    

    The trick was uninstalling the 'sqlite3' gem and installing 'sqlite3-ruby'.

提交回复
热议问题