-
Notifications
You must be signed in to change notification settings - Fork 716
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
Windows 10 OuputPath property is not set for project 'SQLite3.UWP.vcxproj' #599
Comments
Thanks @andreujuanc for reporting this. From #580 I got agreement with @vladimir-kotikov that we should use an Unfortunately this trick causes a problem for people who use a newer version of Cordova with the CLI and Visual Studio 2015. I think the right thing is to tell people to use the following to install the correct version for Visual Studio 2015: cordova plugin add cordova-sqlite-storage@latest --save I will document this as soon as I get a chance. |
@brodybits Thanks!! Will do. |
I am using the latest I use Ionic and VS Code. |
@samized I don't think you quite followed the instructions I gave above. |
Ok, you mean I should use version 1.5.2 which is fine... I think I run into #632 :/ |
Further discussion will be in #615. Support for Visual Studio 2015 will be dropped soon (will still be supported by Cordova-sqlite-legacy-build-support). |
Downloading VS2017 in 3..2..1.. 👍 Cheers |
Yes, I would recommend it. I will continue to support the legacy version in case of major bug fixes. |
This should not be closed, as it mean that it's fixed, and it's not:
#592
Manually changing the project file from:
<PlatformToolset>v141</PlatformToolset>
to
<PlatformToolset>v140</PlatformToolset>
Does fix the problem.
Because that issue was closed, i spend some time thinking it was something on my side debugging the project, and in reality (or at least i think that) the issue is not yet fixed.
The text was updated successfully, but these errors were encountered: