Xcode 7 ERROR ITMS-90474: "Invalid Bundle", can't submit to Apple

Solution 1:

Checking Requires full screen under Deployment Info in Project's General tab will solve this issue.

enter image description here

Solution 2:

ERROR ITMS-90474 & ITMS-90475 in Xcode Archive Submission failed ERROR ITMS-90474 : Xcode 7 shows error in Archive Submission

Error Screen (ERROR ITMS-90474 & ITMS-90475)

ERROR ITMS-90474 & ITMS-90475

Solution for ERROR ITMS-90474 & ITMS-90475:

enter image description here

Guidelines

From Xcode project, TARGETS >> - iOS >> General >> Deployment Info >> In iPad, If you tick (Requires full screen) option , it is OK!

Solution 3:

TARGETS > iOS > General > Deployment Info > Select "iPad" tab

,Then Check 『Requires full screen』

from http://nijoen.net/blog/261/

Solution 4:

Instead of changing the status bar setting, you can actually just follow the instructions from apple and support all 4 orientations in iPad section of settings. I had disabled upside-down, and simply enabling upside-down fixed the issue. Apple seems to want apps to run upside down, so we might as well support that.