Skip to content

Supporting multiple versions of xcode #1964

@AshCripps

Description

@AshCripps

From disscusion here: nodejs/node#29493 (comment)

What is the opinion on multple xcode version?

From a bit of research you can use xcode-select to change versions inside select-compiler.sh but this requires sudo root to do so which the iojs user on the build machines does not have.

This gives two options:

  • Edit the sudoers file to whitelist xcode-select for the iojs user, and then edit select-complier to call xcode-select.
    or
  • Have multiple machines running different versions of xcode to run the builds

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions