Hello !
I’m trying to build my ionic app on Windows 10, I’ve got everything needed installed ( VS 2015, Win10 SDK …)
I have no errors when I do my ionic build windows
However, when I run my app just close instantly after it opened.
At character C:\Users\user\Documents\Ionic2\Project\platforms\windows\cordova\lib\WindowsStoreAppUtils.ps1:164 : 5
+ $appActivator.ActivateApplication($applicationUserModelId,$null,[ ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : COMException
Did someone run into this problem ?
Thanks