0

I found already lots of answers regarding the 'missing CFBundleIconName' issue, but not how to fix it for ionic projects. That needs to be configured in their config.xml, but how, what and where? It's an ionic version 1 project. Upgrading to v2 is not an answer nor solution.

Missing Info.plist value - A value for the Info.plist key CFBundleIconName is missing in the bundle 'foo.bar.sheep'. Apps that provide icons in the asset catalog must also provide this Info.plist key

user1469734
  • 851
  • 14
  • 50
  • 81

1 Answers1

0

I had this problem when I uploaded the IPA file created with robovm

here is how I solve it :

Modify your iOS project's "Info.plist.xml" file. Under "dict" node, add like this:

enter image description here

Netero
  • 3,761
  • 2
  • 29
  • 29