Home > database >  Ionic cordova prepare ios throws an error "An error occurred while running subprocess cordova.&
Ionic cordova prepare ios throws an error "An error occurred while running subprocess cordova.&

Time:01-27

IONIF INFO: Ionic:

Ionic CLI : 5.4.4 (/usr/local/lib/node_modules/ionic) Ionic Framework : @ionic/angular 4.6.0 @angular-devkit/build-angular : 0.13.9 @angular-devkit/schematics : 7.3.9 @angular/cli : 7.3.9 @ionic/angular-toolkit : 1.5.1

Cordova:

Cordova CLI : 9.0.0 ([email protected]) Cordova Platforms : ios 5.1.1 Cordova Plugins : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 4.1.1, (and 14 other plugins)

Utility:

cordova-res : 0.15.3 native-run : 0.2.9

ERROR:

iOS project created with [email protected] Source path does not exist: resources/ios/icon/icon-1024.png [ERROR] An error occurred while running subprocess cordova.

Tried using ionic cordova resources

CodePudding user response:

Looks like you have a file missing, is this referenced in your config file?

Source path does not exist: resources/ios/icon/icon-1024.png

You will need to correct the path or it won't compile.

CodePudding user response:

I added manually the resources file.

  •  Tags:  
  • Related