We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My build attempts keep failing with deprecation messages:
My last successful build was on 10.05.2022, but when I look at file history of application.mm, I don't see any recent changes.
application.mm
Relevant versions: Repo: latest main (437adea) Build tools: xcode-select version 2395 Clang: Clang 13.1.6 arm64-apple-darwin21.5.0 MacOS: 12.4
Could this be somehow related to this repository or is there something wrong with my configuration?
The text was updated successfully, but these errors were encountered:
Thank you for bringing this to our attention! Yes, this is related to your configuration.
We support macOS 10.15, so you have to configure the MACOSX_DEPLOYMENT_TARGET environment variable before running CMake. See
MACOSX_DEPLOYMENT_TARGET
Sorry, something went wrong.
I did update the README in #207.
No branches or pull requests
My build attempts keep failing with deprecation messages:
My last successful build was on 10.05.2022, but when I look at file history of
application.mm
, I don't see any recent changes.Relevant versions:
Repo: latest main (437adea)
Build tools: xcode-select version 2395
Clang: Clang 13.1.6 arm64-apple-darwin21.5.0
MacOS: 12.4
Could this be somehow related to this repository or is there something wrong with my configuration?
The text was updated successfully, but these errors were encountered: