Skip to content
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

SDK is incompatible with Xcode on Mojave #34

Open
n8jadams opened this issue Oct 16, 2018 · 0 comments
Open

SDK is incompatible with Xcode on Mojave #34

n8jadams opened this issue Oct 16, 2018 · 0 comments

Comments

@n8jadams
Copy link

n8jadams commented Oct 16, 2018

Upon running the following command (on macOS Mojave) from the build instructions

# From the $GOPATH/github.com/augustoroman/v8/v8/build/v8 directory...
gn gen out.gn/golib --args="is_official_build=true strip_debug_info=true v8_use_external_startup_data=false v8_enable_i18n_support=false v8_enable_gdbjit=false v8_static_library=true symbol_level=0 v8_experimental_extra_library_files=[] v8_extra_library_files=[]"

I get the following output:

********************************************************************************
 WARNING: The Mac OS X SDK is incompatible with the version of Xcode. To fix,
          either upgrade Xcode to the latest version or install the Mac OS X
          10.12 SDK. For more information, see https://crbug.com/620127.

 Current SDK Version:   10.14
 Current Xcode Version: 0100 (10A255)
********************************************************************************
ERROR at //build/config/mac/mac_sdk.gni:98:3: Assertion failed.
  assert(false, "SDK is incompatible with Xcode")
  ^-----
SDK is incompatible with Xcode
See //build/toolchain/mac/BUILD.gn:14:1: whence it was imported.
import("//build/config/mac/mac_sdk.gni")
^--------------------------------------
See //BUILD.gn:592:1: which caused the file to be included.
action("js2c") {
^---------------

Is there a workaround for this, where I can download the 10.12 SDK on my machine and use it for building? Thanks for the help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant