Build on windows failed

Hi,

I’m trying to build for windows 10 but I’ve some error.
I’ve had to my config.xml the two lines:

<preference name="windows-target-version" value="10.0" />
<preference name="windows-phone-target-version" value="10.0" />

And I’m running the command ligne:

cordova build windows --release --prod --arch="x86"

And I’ve this error:

Error: Package with specified parameters not found in AppPackages folder

And if I try to build the app with Visual Studio 2017, I’ve my splashscreen and after a white screen…

If anyone can help me?

Hi,

I found the solution, just follow this : https://stackoverflow.com/a/40766947/5027176