-
Notifications
You must be signed in to change notification settings - Fork 13
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 version does not work with PhoneGap Build #1
Comments
I tried PhoneGap Build with another version of my test app at https://github.com/brodybits/Cordova-sql-test-app-legacy-pgb that uses cordova-sqlite-legacy and it is able to pass the echoTest and selfTest stages. I think that PhoneGap Build will still use the wp8 target by default. I tried following http://phonegap.com/blog/2016/04/25/windows-10-and-phonegap-cli-6_1-now-on-build/ to test the test app with Windows 10 mobile, and the PhoneGap Build web interface tells me that they have to investigate the build error. I will update this once I hear back from them. |
Raised phonegap/build#530. It doesn't even seem to work with a dialog test app. |
Related question at https://forums.adobe.com/message/8864670 - still not answered! |
Current status:
I think the next step is to investigate why an app built by PhoneGap Build with this plugin crashes on Windows. Another idea may be to build the SQLite3 C++ libs manually. |
I discovered that for some reason PhoneGap Build does not build the SQLite3 component. Here is some log for the build of https://github.com/brodybits/Cordova-sqlite-evcore-free-PGB-W10-arm-test:
I get similar log for the x86 build as well. For some reason PhoneGap Build does not see and include SQLite3.UWP.vcxproj from the |
When I tried building a Windows version of my test app at https://github.com/brodybits/Cordova-sql-test-app-evcore-free-pgb with PhoneGap Build it would not work with this plugin. Using the echoTest function would not work. However displaying a dialog using cordova-plugin-dialogs does work with Windows on PhoneGap Build.
The text was updated successfully, but these errors were encountered: