-
Notifications
You must be signed in to change notification settings - Fork 682
Closed
Labels
Description
Description:
I'm using the "ionic cordova resources" cli tool to generate app icons and splash screens. It runs for awhile and then stalls (step varies but is usually between 30 and 42).
Executing "ionic cordova resources ios" and then "ionic cordova resources android" seems to get through everything okay.
Steps to Reproduce:
- Create new project with "ionic start myApp tabs" saying yes to Cordova integration
- Add android platform
- Add iOS platform
- Remove generated resources/android and resources/iOS folders but leave the default icon.png and splash.png files
- Execute "ionic cordova resources"
Output:
Spinning partway through

My ionic info:
Ionic:
ionic (Ionic CLI) : 4.1.1 (/Users/jason/.nvm/versions/node/v10.5.0/lib/node_modules/ionic)
Ionic Framework : ionic-angular 3.9.2
@ionic/app-scripts : 3.1.11
Cordova:
cordova (Cordova CLI) : 8.0.0
Cordova Platforms : android 7.0.0, ios 4.5.5
Cordova Plugins : no whitelisted plugins (0 plugins total)
System:
Android SDK Tools : 26.1.1 (/Users/jason/Library/Android/sdk)
ios-deploy : 1.9.2
NodeJS : v10.5.0 (/Users/jason/.nvm/versions/node/v10.5.0/bin/node)
npm : 6.4.0
OS : macOS High Sierra
Xcode : Xcode 9.4.1 Build version 9F2000
Other Information:
Attempted with Ionic CLI 3.9.2, 4.0.2, and 4.1.1 (latest) as discussed in #3398 and running my images through tinypng.com as discussed in #2924
Cimera42