You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OSError: [Errno 2] No such file or directory: '/Library/Developer/CommandLineTools/Platforms/MacOSX.platform/Developer/SDKs'
This is apparently from
File "/Users/anibal/Projects/libwebrtc/out/webrtc/src/build/mac/find_sdk.py", line 57, in main sdks = [re.findall('^MacOSX(10\.\d+)\.sdk$', s) for s in os.listdir(sdk_dir)]
I have XCode 9.1 installed along with the command line tools. Halp?
The text was updated successfully, but these errors were encountered:
OSError: [Errno 2] No such file or directory: '/Library/Developer/CommandLineTools/Platforms/MacOSX.platform/Developer/SDKs'
This is apparently from
File "/Users/anibal/Projects/libwebrtc/out/webrtc/src/build/mac/find_sdk.py", line 57, in main
sdks = [re.findall('^MacOSX(10\.\d+)\.sdk$', s) for s in os.listdir(sdk_dir)]
I have XCode 9.1 installed along with the command line tools. Halp?
The text was updated successfully, but these errors were encountered: