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
Hello,
it seems that installation instructions should be updated.
Since, the following line does not create an Xcode project file.
dartsim.github.io/pages/install_dart_on_mac.md
Line 101 in e15a145
I propose a temporary solution where we just force cmake to create legacy xcode project file. In this case we just need to change the line to
cmake .. -G Xcode -T buildsystem=1
Please find the link to the source of the temporary solution: https://stackoverflow.com/questions/65473503/when-trying-to-generate-an-xcode-project-from-a-cmake-folder-i-get-an-error-rel
The text was updated successfully, but these errors were encountered:
I can create a pull request to fix this, however I am not sure what will be the best thing to do.
Sorry, something went wrong.
No branches or pull requests
Hello,
it seems that installation instructions should be updated.
Since, the following line does not create an Xcode project file.
dartsim.github.io/pages/install_dart_on_mac.md
Line 101 in e15a145
I propose a temporary solution where we just force cmake to create legacy xcode project file. In this case we just need to change the line to
Please find the link to the source of the temporary solution:
https://stackoverflow.com/questions/65473503/when-trying-to-generate-an-xcode-project-from-a-cmake-folder-i-get-an-error-rel
The text was updated successfully, but these errors were encountered: