47

Just saw this warning after upgrading to Xcode 7.2. Why is this warning appearing all of a sudden with 7.2/9.2? I'm guessing this is for iPad Pro support? Does this just mean 167x167 since it's at 2x ?

Xcode warning

EDIT: I do see that (now in Xcode 7.2) there is a space for this (iPad Pro) icon in the asset catalog under General/App Icons and Launch Images

App icon placeholder

EDIT: Is it possible to turn off this warning? e.g. if there is no intention to target iPad Pro?

Bradley Thomas
  • 4,060
  • 6
  • 33
  • 55
  • 7
    Notice the "pt", that is points, not pixels. Can't wait to see 83.3333333... pt for 3x. Or perhaps Jony is off his meds. – zaph Dec 08 '15 at 22:16
  • 1
    After adding the new image to the image set the error message is still showing. It goes away when you build or run. – RobertL Jan 24 '16 at 03:25

1 Answers1

66

This is for the iPad Pro. The image should be 167x167 pixels. This will display on both the 9.7" and 12.9" iPad Pro at 264 pixels per inch.

Bradley Thomas
  • 4,060
  • 6
  • 33
  • 55
Dylan Ireland
  • 929
  • 1
  • 10
  • 11