-
-
Notifications
You must be signed in to change notification settings - Fork 172
Closed
Description
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