OS-X, Rails: “Failed to build gem native extension”

后端 未结 12 2259
梦毁少年i
梦毁少年i 2020-12-03 02:22

I\'m stuck trying to install rails on my mac. I have OS X 10.6.8 and I have confirmed that I have Ruby, version 1.8.7

I ran sudo gem update and su

12条回答
  •  难免孤独
    2020-12-03 03:05

    There are two possible reasons for the fail:

    1. PRIMARY REASON: Missing Xcode Command Line Tools

    Verifying Xcode Command Line Tools Installation manually: Check for presence of "/usr/include/iconv.h" (if absent=>Missing or improperly installed Xcode CLT)

    Installing Xcode CLT: Try running xcode-select --install on terminal and follow the instructions. If it fails, open Xcode.app, select from menu "Xcode" - "Open Developer Tool" - "More Developer Tools" to open the developer site, download the installer for your OS version and run it.

    1. SECONDARY REASON(if 1. fails): Version issues Try upgrading the ruby version using rbenv.

    Hope it helps!

提交回复
热议问题