-
Notifications
You must be signed in to change notification settings - Fork 26
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
Ultralight Quick Start Metal Error #1
Comments
Yes it says that the deployment target is targetting higer mac OS, so you must update. |
On the Prerequisites page for Ultralight at https://docs.ultralig.ht/docs/installing-prerequisites it says that the program should work with macOS (Sierra or later). I am working on a MacOS High Sierra system and getting the error:
Any help would be greatly appreciated. Thanks, Daryl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi guys,
I was able to build the project on MacOS
v10.13.6
with metal support and everything was fine but cannot run itmost probably related to metal version, should I update to a higher MacOS version? I'm also assuming only Xcode command line tools are required but not whole Xcode, any help is welcome
I tried setting the
MACOSX_DEPLOYMENT_TARGET
env var also updating theCMakeLists.txt
withset(CMAKE_OSX_DEPLOYMENT_TARGET "10.13" CACHE STRING "Minimum OS X deployment version")
but still not working, looks like it is required XCode and SDK (not just the command line tools)thanks so much
The text was updated successfully, but these errors were encountered: