iOS Question Itunes Connect - Missing Info.plist value

QtechLab

Active Member
Licensed User
Longtime User
Hello everyone,

I'm receiving this feedback from ItunesConnect while i'm updating an app:

Dear developer,


We have discovered one or more issues with your recent delivery for "My Plus". 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.centrosicurezza.myPlus'. 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.


Regards,


The App Store team
Do you know something about this error?

I've added this line in my code but nothing changed.
#PlistExtra: <key>CFBundleIconName</key><string>AppIcon</string>


Thanks in advance
Best regards
 

QtechLab

Active Member
Licensed User
Longtime User
Yes. It happens because you are using Xcode 9.

B4i v4.40 beta will be released in a few minutes and will solve this issue. Stay ituned...
I do not have access to new B4I compiler updates. What could i do?
 
Upvote 0

QtechLab

Active Member
Licensed User
Longtime User
Reinstall Xcode 8. If you are using B4i v4.30 then you can choose which Xcode to use you start the builder with xcode-select. Otherwise you will need to uninstall Xcode 9.
I'm using B4i 3.50
I'll try to reinstall Xcode
 
Upvote 0
Top