Git Product home page Git Product logo

Comments (6)

ruslo avatar ruslo commented on August 17, 2024 1

Are you planning on making a release this year?

Most of the scripts I'm using do fetch latest toolchains from master, so I don't do regular releases.

I made a release with latest toolchains, see: https://github.com/ruslo/polly/releases/tag/v0.10.4

Also just for your information you can get "stable" version basing on commit, like this:

from polly.

ruslo avatar ruslo commented on August 17, 2024

Neither MacOSX10.13.sdk nor MacOSX10.14.sdk is hardcoded in toolchains so I'm not sure what is the problem exactly. Can you provide minimal example to reproduce the issue and all other details like system version, Xcode version, toolchain you're using, etc.

from polly.

jbzdarkid avatar jbzdarkid commented on August 17, 2024

Specifically, CMAKE_OSX_DEPLOYMENT_TARGET is being set in https://github.com/ruslo/polly/blob/master/osx-10-13-make-cxx14.cmake

I can't easily provide a minimal example, but here's my system/xcode version (toolchain is the above):

$ xcodebuild -version
Xcode 10.1
Build version 10B61
$ sw_vers
ProductName:    Mac OS X
ProductVersion: 10.13.6
BuildVersion:   17G65

from polly.

ruslo avatar ruslo commented on August 17, 2024

Specifically, CMAKE_OSX_DEPLOYMENT_TARGET is being set in https://github.com/ruslo/polly/blob/master/osx-10-13-make-cxx14.cmake

You picked a toolchain for 10.13 SDK hence it's expected that MacOSX10.13.sdk folder is there.

$ xcodebuild -version
Xcode 10.1

SDK 10.14 installed by default with this Xcode version, use osx-10-14-* toolchains. See table from this section:

from polly.

jbzdarkid avatar jbzdarkid commented on August 17, 2024

Ah, I see -- we've only taken your latest release, and that was before this toolchain was out. Are you planning on making a release this year?

from polly.

jbzdarkid avatar jbzdarkid commented on August 17, 2024

Thank you so much!

from polly.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.