Search code examples
ioscordovasplash-screen

Cordova showing shows default splash screen in iOS?


I working on a small app for iOS, I replace all the images inside platforms/ios/app/resources/splash with my own images, but it still showing the default image, any ideas why is doing this?


Solution

  • Here another option you can use

      • Command-Option-Shift-K to clean out the build folder.
      • Quit Xcode and using the terminal clean ~/Library/Developer/Xcode/DerivedData manually. Remove all its contents because there's a bug where Xcode will run an old version of your project that's in there somewhere.
      • go the terminal open the app, run, cordova build ios, cordova prepare ios