-
Notifications
You must be signed in to change notification settings - Fork 0
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
Issue with duplicate Inclusion of DesEncryptor blocking import of project... #37
Comments
Nevermind. I just deleted one inclusion. Still might be an issue for others though. |
Thanks for spotting this. I update the VS project files by hand. So i may have introduced an error. I'll investigate |
DES encryption won't be used by NSTool, that's for another project. So as a temporary local fix, that should be fine. |
@JoryRFerrell I've released a new version of libtoolchain (v0.8.0) and nstool (v1.9.2) that have the duplication issue fixed. Please try again and let me know if the issue is still present for you :) |
I am trying to clone the project, but I get the following error:
nstool\deps\libtoolchain\build\visualstudio\libtoolchain\libtoolchain.vcxproj : error : Cannot load project with duplicated project items: ..\..\..\include\tc\crypto\DesEncryptor.h is included as 'ClInclude' and as 'ClInclude' item types.
Never have been good at dealing with C++ dependencies, so I have no idea if this is something I can create a work-around for, or if you need to fix something in the repo.
The text was updated successfully, but these errors were encountered: