Itunes connect screenshots require ipad even though project only for iphone Itunes connect screenshots require ipad even though project only for iphone ios ios

Itunes connect screenshots require ipad even though project only for iphone


In your project setting, in General tab, under Deployment info, set Devices from Universal to iPhone enter image description here


I know it's a bit late but I am just posting this here in case somebody else needs it.After universal apps, it seems that an XCode version shipped with a bug where the project.pbxproj thinks its a universal app (TARGETED_DEVICE_FAMILY = "1,2";) even though the iPad checkbox is unticked in the project info.

To solve this, you can either: - check and uncheck the iPad checkbox (I know...). You should see the difference with git status - manually change to TARGETED_DEVICE_FAMILY = "1";