On submission to Apple I am receiving the following error: "Invalid Launch Image - Your app contains a launch image with a size modifier that is only supported for apps built with the iOS 6.0 SDK or later"
I have included a Default-568h@2x.png along with the normal Default.png in the Resources/iphone folder for iPhone 5 compatibility. I have also added <min-ios-ver>4.3</min-ios-ver>
I am using SDK 2.1.3GA and XCode 4.5.1 compiling against iOS 5.0.
Any ideas anyone?
2 Answers
Accepted Answer
I think you have to compile it against iOS 6.0 in such case
Compiling against iOS6 was the answer, now Waiting For Review, thanks Sergey.
Your Answer
Think you can help? Login to answer this question!