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
Cotire 1.8.0 CMake 3.12.2 Xcode 10.1 (on Mojave)
Getting problems like this: error: Build input file cannot be found: '<path>/package_name/Debug/cotire/package_name_template_CXX_unity_1_1.cxx'
error: Build input file cannot be found: '<path>/package_name/Debug/cotire/package_name_template_CXX_unity_1_1.cxx'
Looked and the file exists...
Works normally when selecting Legacy Build System in project settings
Legacy Build System
Target setup according to: https://github.com/sakra/cotire/blob/master/MANUAL.md#changing-the-name-of-the-generated-unity-build-target
The text was updated successfully, but these errors were encountered:
Latest CMake enforces old buildsystem for the Xcode generator because the new buildsystem lacks features that CMake depends upon.
Sorry, something went wrong.
No branches or pull requests
Cotire 1.8.0
CMake 3.12.2
Xcode 10.1 (on Mojave)
Getting problems like this:
error: Build input file cannot be found: '<path>/package_name/Debug/cotire/package_name_template_CXX_unity_1_1.cxx'
Looked and the file exists...
Works normally when selecting
Legacy Build System
in project settingsTarget setup according to: https://github.com/sakra/cotire/blob/master/MANUAL.md#changing-the-name-of-the-generated-unity-build-target
The text was updated successfully, but these errors were encountered: