Chris Karr

Joined

10 Experience
0 Lessons Completed
0 Questions Solved

Activity

Posted in Setup MacOS 10.13 High Sierra Discussion

I had the same problem. Based on this thread https://github.com/sparklemotion/sqlite3-ruby/issues/152, I removed all my sqlite installs with "brew uninstall --force sqlite" and then installed sqlite3 v 1.3.13 with using Ruby instead: "gem install sqlite3 -v '1.3.13'" Now I can at least build a default app successfully: "rails new myapp"