Problem with icons and splash screen

Create my icons and my splash screens and replace the folders, but to generate ionic ios build, are replaced by default. That I can do ??? :S ios and android

Hi,

You need to add your Splash Screens and Icons to the ‘resources’ folder for that platform. For example if you are building for ios go to resources/ios/icons and resources/ios/splash and put your resources there. Then when you ‘ionic build ios’ it should build using these resources in your xcode project.