Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

App is universal, but AppIcon in asset manager does not have space for iPad icons

Xcode shows me the following alerts:

Alert

  • "A 76x76 app icon is required for iPad apps targeting iOS 7.0 and later"
  • "A 76x76@2x app icon is required for iPad apps targeting iOS 7.0 and later"

The app is actually Universal.

How can I resolve this alert?

like image 377
JoseMartinFit Avatar asked Mar 14 '23 15:03

JoseMartinFit


1 Answers

In Attributes Inspector, make sure that you have checked iPad -> "iOS7 and later" option:

Attributes Inspector

like image 83
Whirlwind Avatar answered Apr 24 '23 22:04

Whirlwind