···11+diff -Naur node-v8.9.4/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py node-v8.9.4-new/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py
22+--- node-v8.9.4/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py 2018-01-03 03:34:44.000000000 +0100
33++++ node-v8.9.4-new/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py 2018-03-12 11:15:37.972537585 +0100
44+@@ -1251,7 +1251,8 @@
55+ if XCODE_VERSION_CACHE:
66+ return XCODE_VERSION_CACHE
77+ try:
88+- version_list = GetStdout(['xcodebuild', '-version']).splitlines()
99++ #version_list = GetStdout(['xcodebuild', '-version']).splitlines()
1010++ version_list = ['Xcode 9.2', 'Build version 9C40b']
1111+ # In some circumstances xcodebuild exits 0 but doesn't return
1212+ # the right results; for example, a user on 10.7 or 10.8 with
1313+ # a bogus path set via xcode-select