Run error at Windows Phone #23
Description
I've been participating a Ionic Project that has been developed on Android and IOS,
Sometime on the project development we need a windows phone version.
Well we used winstore-jscompat , and our code worked pretty well with some issues that can be fixed.
But after detecting some errors on cordova-plugin-file and cordova-plugin-media on Android and IOS and resolving then with removing and adding the plugins, We found some bizarre errors on trying to compile for WP (Universal).
Running on Windows 10 Phone Emulator:
'WWAHOST.EXE' (Script): Loaded 'Script Code (MSAppHost/2.0)'.
The program '[2988] WWAHOST.EXE' has exited with code 3 (0x3).
Running on Windows 8.1 Phone Emulator or Device:
'WWAHOST.EXE' (Script): Loaded 'Script Code (MSAppHost/2.0)'.
The program '[3280] WWAHOST.EXE' has exited with code 1 (0x1).
I use Visual Studio 2015 RC on WIndows 10
Well I just don't know what do.
I Hope that someone with good hearth could give me some direction ^^'
Thanks for the attention
Edit:
It is a Onesignal-cordova-plugin issue. This closes #23.