Disable SplashScreen

I’m keep getting the following error, even though I’m not using SplashScreen at all.

Preparing your resources...
splash source file not found in any of these directories: resources, resources/android, resources/ios, resources/wp8
valid splash source files: splash.psd, splash.ai, splash.png



MISSING_SOURCE_FILE (CLI v1.7.14)

I’ve removed the cordova SplashScreen plugin.
I’ve also tried re-adding the following line in the config.xml:
<preference name="SplashScreen" value="none"/>

Nothing is disabling it …
As a work-around I’ve copied my icon.png to splash.png ( because I really don’t care of its contents, as I’m not using it )
But it still annoying …

Any idea ?