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."
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."
Check all the frameworks in your app. It's possible one has an empty value for CFBundleVersion. (Facebook Pop is currently guilty of this.)