-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not get CLTVersion #1849
Labels
Comments
I don't think that's your problem @tibbers622:
Can you give us some error output for a problem you're experiencing with this code? The |
Fascinating because GYP3's code incorrectly returns 10.1 https://github.com/refack/GYP3/blob/master/gyp/xcode_emulation.py#L1407 |
4 tasks
I believe that #1890 fixed this. Please reverify. |
@tibbers622 Should this issue be closed? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
if CLT version is over 10.*, it could not get the version.
version = re.match(r'(\d+\.\d+\.?\d*)', version).groups()
and now latest CLT version is 10.14.
https://developer.apple.com/download/more/?=command%20line%20tools
https://github.com/nodejs/node-gyp/blob/872ee89a8541264ee2d96e162d410f478bba7815/gyp/pylib/gyp/xcode_emulation.py
The text was updated successfully, but these errors were encountered: