4

I keep getting an error when submitting a build using Xcode 7.0.1 and Xcode 7.1 even on an archive that was accepted by apple a day ago.

ERROR ITMS-90056: "This bundle is invalid. The Info.plist file is missing the required key: CFBundleVersion."

efremidze
  • 2,640
  • 1
  • 25
  • 35
  • Check the info.plist file to see if the value for this key is actually missing and either add it or file a bug report with Apple – Jef Oct 24 '15 at 01:57
  • 1
    [This thread](http://stackoverflow.com/questions/33271789/various-itms-errors-when-trying-to-submit-archive-to-app-store) may help you sort this out. – Abhinav Oct 24 '15 at 06:16

1 Answers1

4

Check all the frameworks in your app. It's possible one has an empty value for CFBundleVersion. (Facebook Pop is currently guilty of this.)

patr1ck
  • 964
  • 7
  • 13