Windows 7, Linux, Mac, JavaScript, jQuery, ExtJs, Angular, .NET, Java, Android, iOS, php, mysql, lucene and more...
Monday, December 10, 2018
Cordova, PhoneGap, Ionic - UWP Windows 10 Release Build Failed ( SQLlite )
Recently I had some issues of building packages for Windows 10 app I have developed using cordova. App was working in debug mode without issues. But in release mode it was crashing when opening the app.
So first question is how to find the errors when they only appear in release mode.
1. Go to the platform folder and open the windows native project.
2. Run windows native project in release mode and it will fail with the error message that it cant debug.
3. Now switch to debug mode and run your project .
4. In output window you will see all the errors.
5. Fix all errors and try to publish to windows store again.
Subscribe to:
Posts (Atom)
-
I'm using following code part to access a ReST API. I'm communicating with this API using a X509 client certificate. In d...
-
Recently I purchased nord-vpn for testing. But I could not use their service due to a technical reason. So I wanted to cancel and get my mo...
-
I noticed that all events of root/home page isn't working after I have navigated back in my ionic 4 app. So if you using a back butto...