• Home
  • Health
  • Software
  • Blog
  • mac

    Xcode Build Requires Xcode

    From here:


    https://github.com/nodejs/node-gyp/issues/569#issuecomment-94917337


    This fixed it for me:

    1. Install Xcode
    2. Run sudo xcode-select -s /Applications/Xcode.app/Contents/Developer

    See this explanation on SO.