0

I am using Ionic to package my application.

 ionic package build ios --release --profile [myProfile]

This seems to be working fine.

When I try to submit using Application Loader I get this error.

ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFile': 'icon.png'"

Matt
  • 33,328
  • 25
  • 83
  • 97

1 Answers1

0

I had the exactly the same error when uploading to test flight. My project is built with Cordova.

I solved this by update the version of Cordova to latest and rebuild.

Hopefully it will help.

jamiewq
  • 106
  • 1
  • 6