Blank App icon issue Xcode 13

Hi! My app has App Icon set up and it was working perfectly up until about 3 weeks ago. Now I see blank logo on the screen and cannot "Submit for Review" new builds, because it shows the following errors:

"ERROR ITMS-90713: Missing info.plist value. A value for the Info.plist key 'CFBundleIconName' is missing in the bundle. " "ERROR ITMS-90704: "Missing App icon. An app icon measuring 1024 by 1024 pixels in PNG format must be included in the Asset Catalog of apps built for IOS..."

But I have :

  • appIcon set up for all sizes showing no errors
  • App Icon source in Target -> General is chosen as AppIcon
  • 'CFBundleIconName' - 'AppIcon' in info.plist
  • Successfully uploaded app version to App store around 3 weeks ago.

I suspect it may have started after I switched to the new build system (which made me remove info.plist from Copy Bundle Resources in Build Phases).

Looks like a similar issue to that one https://developer.apple.com/forums/thread/682648

Will be grateful for any help!

Xcode Version 13.0 (13A233) / IOS 14.7.1 / BigSur 11.6

Replies

Did you try to do a Clean Build folder and recompile ?

You may also find interesting help here:

h t t p s : / / betterprogramming.pub/info-plist-is-missing-in-xcode-13-heres-how-to-get-it-back-1a7abf3e2514

  • Yes, I tried Clean Build and restart iphone, and restarted Xcode with no success Thank you for the article, very interesting!

Add a Comment

Yes, I tried Clean Build and restart iphone, and restarted Xcode with no success Thank you for the article, very interesting!