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

Update package.py to set min mac os version supported to 10.15 #5296

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 23, 2024

  1. Update package.py

    Fixes issue building with Xcode 15.3 (and probably lower):
    
    ```
    dyld[23208]: Symbol not found: __ZNKSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strEv
          Referenced from: <B78AD1C6-8BDF-3D1A-8758-53D2D60ACFB4> /Users/dmaclach/src/kotlin/kotlin-native/tools/llvm_builder/llvm-stage-1/lib/libLTO.dylib
          Expected in:     <7BC3AD48-7344-3A3E-9C1D-1435688D7FC2> /Users/dmaclach/src/kotlin/kotlin-native/tools/llvm_builder/llvm-stage-1/lib/libc++.1.0.dylib
        clang-11: error: unable to execute command: Abort trap: 6
        clang-11: error: linker command failed due to signal (use -v to see invocation)
        ninja: build stopped: subcommand failed.
    ```
    dmaclach committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    214efdf View commit details
    Browse the repository at this point in the history