Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Asset Catalogue compiler warning: a 76x76@2x app icon is required for iPad apps targeting IOS 7.0 and later

Tags:

xcode

ios

ipad

I've been having this warning for ages, and I just can't seem to get rid of it.

The warning is:

/Images.xcassets: A 76x76@2x app icon is required for iPad apps targeting iOS 7.0 and later 

I've tried completely replacing the asset catalogue with a brand new one, and copying in ones which work on other projects. I've even tried simply not using asset catalogues, but I can't seem to shake this warning.

I can't see any reason as to why it's appearing, especially when I do have a 152x152 app icon in there.

Note, I'm trying to do an icon for iPad IOS 7.

Is there something I'm missing?

like image 505
Bernie Avatar asked Nov 10 '13 15:11

Bernie


2 Answers

Alex's answer didn't work for me when targeting environments below 7.0, but did prompt me to look at the utilities panel, if you open it you'll see checkbox options for "iOS 6.1 and prior sizes". Check this on to reveal the missing icon assets.

XCode 5 Utilities Panel to reveal additional image asset options

like image 200
Jalakoo Avatar answered Oct 02 '22 14:10

Jalakoo


Oh... It's a pain.

You have to set enough width for Xcode and you will see all images assets.

Xcode Images.xcassets

like image 35
Alex Nevsky Avatar answered Oct 02 '22 14:10

Alex Nevsky