I can not submit app to the store via Xcode or application loader

Getting multiple errors..


ERROR ITMS-90049: "This bundle is invalid. The IBundle Identifier contains disallowed characters

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

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


I have tried both xcode an application loader.

Also reverted all my changes. ANd piked up an earlier submitted version.


Anyone know what is going on?

I'm seeing the same thing!

Check the Info.plist files for all 3rd party libraries you're using.


We had the exact same issue in XCode 7.0 and 7.1. It turned out Apptentive's Info.plist was missing bundle id, CFBundleVersion and CFBundleShortVersionString.

Same issue! 😟

What did you set the bundle id to, does it matter?

I found a solution by...


Searching through plist files in the .xcarchives file after archiving and then modifying the .plist for a failed key (in my case CFBundleVersionShortString)


https://forums.developer.apple.com/thread/23778

I can not submit app to the store via Xcode or application loader
 
 
Q