iPhone 5 iOS6 App Submission Failure

You must Login before you can answer or comment on any questions.

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

— answered 8 months ago by Sergey Nosenko
answer permalink
3 Comments
  • Thanks, will that still run on devices with iOS 4.3 though?

    — commented 8 months ago by Alan Browne

  • I think yes, but I just found that can't check it with Mountain Lion because it does not support iOS Simulator 4.3.

    — commented 8 months ago by Sergey Nosenko

  • Ok thanks, just installing on an iPod Touch with 4.3, will let you know.

    — commented 8 months ago by Alan Browne

Compiling against iOS6 was the answer, now Waiting For Review, thanks Sergey.

— answered 8 months ago by Alan Browne
answer permalink
1 Comment
  • Good luck with review! and thanks for tests - I'm going to publish my application tomorrow.

    — commented 8 months ago by Sergey Nosenko

Your Answer

Think you can help? Login to answer this question!