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
gn gen out/xcode_ios_arm64 --args='target_os="ios" target_cpu="arm64"' --ide=xcode
ERROR at //build/config/mac/mac_sdk.gni:85:5: Script returned non-zero exit code.
exec_script("//build/mac/find_sdk.py", find_sdk_args, "list lines")
^----------
Current dir: /Users/leo/webrtc_test/src/out/xcode_ios_arm64/
Command: python /Users/leo/webrtc_test/src/build/mac/find_sdk.py --print_sdk_path --print_bin_path 10.12
Returned 1.
stderr:
Traceback (most recent call last):
File "/Users/leo/webrtc_test/src/build/mac/find_sdk.py", line 127, in
print(main())
File "/Users/leo/webrtc_test/src/build/mac/find_sdk.py", line 96, in main
raise Exception('No %s+ SDK found' % min_sdk_version)
Exception: No 10.12+ SDK found
See //build/toolchain/mac/BUILD.gn:15:1: whence it was imported.
import("//build/config/mac/mac_sdk.gni")
^--------------------------------------
See //BUILD.gn:29:3: which caused the file to be included.
group("default") {
^-----------------
The text was updated successfully, but these errors were encountered:
gn gen out/xcode_ios_arm64 --args='target_os="ios" target_cpu="arm64"' --ide=xcode
ERROR at //build/config/mac/mac_sdk.gni:85:5: Script returned non-zero exit code.
exec_script("//build/mac/find_sdk.py", find_sdk_args, "list lines")
^----------
Current dir: /Users/leo/webrtc_test/src/out/xcode_ios_arm64/
Command: python /Users/leo/webrtc_test/src/build/mac/find_sdk.py --print_sdk_path --print_bin_path 10.12
Returned 1.
stderr:
Traceback (most recent call last):
File "/Users/leo/webrtc_test/src/build/mac/find_sdk.py", line 127, in
print(main())
File "/Users/leo/webrtc_test/src/build/mac/find_sdk.py", line 96, in main
raise Exception('No %s+ SDK found' % min_sdk_version)
Exception: No 10.12+ SDK found
See //build/toolchain/mac/BUILD.gn:15:1: whence it was imported.
import("//build/config/mac/mac_sdk.gni")
^--------------------------------------
See //BUILD.gn:29:3: which caused the file to be included.
group("default") {
^-----------------
The text was updated successfully, but these errors were encountered: