You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not possible to build cordova-sqlite-storage, cordova-sqlite-ext, etc. on Windows platform with AnyCPU target since the sqlite plugin includes a C++ library build.
In addition Microsoft seems to be dropping support for AnyCPU target. As I said in apache/cordova-discuss#59:
Over the past 1-2 years I noticed that if I would use the Cordova CLI to add the Windows platform build and then open the Visual Studio Solution file with the Visual Studio (2015) GUI it would select the "Any CPU" platform by default. This was good for Windows 8.1 and Windows Phone 8.1 for WinJS apps without SQLite since almost other plugins have been JavaScript only. I found a nice article for reference that seems to be duplicated somehow:
Then I found out that Microsoft did not really want to support the "Any CPU" target platform for Windows 10 UWP. I discovered that if I would build a test app with no plugins I could run an "Any CPU" build in Debug mode but not release mode.
In response to a side comment with a question concerning Windows AnyCPU (brodycj/cordova-sqlite-ext#9 (comment)):
It is not possible to build cordova-sqlite-storage, cordova-sqlite-ext, etc. on Windows platform with AnyCPU target since the sqlite plugin includes a C++ library build.
In addition Microsoft seems to be dropping support for AnyCPU target. As I said in apache/cordova-discuss#59:
The text was updated successfully, but these errors were encountered: