iOS Question Missing Info.plist value

Alankoba

Member
Licensed User
Longtime User
Dear developer,

We have discovered one or more issues with your recent delivery for "CCM Pedido Online - Deliverys". To process your delivery, the following issues must be corrected:

Missing Info.plist value - A value for the Info.plist key 'CFBundleIconName' is missing in the bundle 'com.ccmsistemas.ccmpedidoonline.CCM-Pedido-Online---Delivery'. Apps built with iOS 11 or later SDK must supply app icons in an asset catalog and must also provide a value for this Info.plist key. For more information see http://help.apple.com/xcode/mac/current/#/dev10510b1f7.

Once these issues have been corrected, you can then redeliver the corrected binary.

I'm using Hosted Mac Builder.
 

Computersmith64

Well-Known Member
Licensed User
Longtime User
I don't use B4i, however I did run into this issue myself with a Swift app I uploaded recently. According to this thread -> Info.Plist you can manually add plist keys when using hosted mac builder. The default value for CFBundleIconName is AppIcon - which should work for you if B4i doesn't give it a different name.

- Colin.
 
Upvote 0
Top