when I run my app, in the console appears a message saying that does not found the LaunchImage-667h if the device is an iPhone6 and LaunchImage-736h if is an iPhone 6 Plus but I have all the splashscreen images in its respective sizes properly configured in the Image Asset catalog.
ionic platform ls should give you the version number.
I’ve tested this using cordova-cli v5.0 and the latest ionic cli.
The cordova-ios version should be 3.8.0
Hmm, you’re using asset catalog, that could be the issue. Could you try to create a new app and adding the default resources and see if the same error appears?
It could be an issue where the image size is off causing the problems.