0

Missing Info.plist value - A value for the Info.plist key 'CFBundleIconName' is missing in the bundle 'test.comp.dev.pac-pen.watchkitapp'. 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

rmaddy
  • 314,917
  • 42
  • 532
  • 579
  • You can check my answer for the same problem might be it's work in your case also :-https://stackoverflow.com/questions/50041392/this-app-could-not-be-installed-at-this-time-cfbundleidentifier-error/50041507#50041507 – nishee May 03 '18 at 04:59
  • its not the same . my problem is different –  May 03 '18 at 05:01
  • can post ss for that.? – nishee May 03 '18 at 05:01
  • there is no sreenchot that is the message apple have email me when i upload my app to app store –  May 03 '18 at 05:02
  • that things you have to mention in you question.this error happen when you upload on app store – nishee May 03 '18 at 05:08
  • It seems you have a problem with your code. However, we can't help unless we have [code or information that can reproduce the problem](//stackoverflow.com/help/mcve). Otherwise, we are just blindly guessing. – Claudia May 03 '18 at 05:10
  • https://stackoverflow.com/questions/46216718/missing-cfbundleiconname-in-xcode9-ios11-app-release – Vinaykrishnan May 03 '18 at 05:28

1 Answers1

1

Go to File->New->File and scroll down to add an Asset Catalog under the Resource header. Open your Asset Catalog and add images for the AppIcon.

Cloud9999Strife
  • 3,102
  • 3
  • 30
  • 43