We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5362e2f commit 7a35e18Copy full SHA for 7a35e18
tools/gyp/pylib/gyp/xcode_emulation.py
@@ -1403,7 +1403,7 @@ def XcodeVersion():
1403
except:
1404
version = CLTVersion()
1405
if version:
1406
- version = re.match(r'(\d\.\d\.?\d*)', version).groups()[0]
+ version = re.match(r'(\d+\.\d+\.?\d*)', version).groups()[0]
1407
else:
1408
raise GypError("No Xcode or CLT version detected!")
1409
# The CLT has no build information, so we return an empty string.
0 commit comments