28

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?

4

5 に答える 5

48

7.0未満の環境を対象とする場合、Alexの答えはうまくいきませんでしたが、ユーティリティパネルを見るように促されました。開くと、「iOS 6.1以前のサイズ」のチェックボックスオプションが表示されます。これをオンにすると、不足しているアイコン アセットが表示されます。

追加の画像アセット オプションを表示する XCode 5 ユーティリティ パネル

于 2013-12-15T19:11:41.973 に答える
26

あぁ…つらい。

Xcode に十分な幅を設定する必要があり、すべての画像アセットが表示されます。

Xcode Images.xcassets

于 2013-11-11T12:06:05.157 に答える
7

私はこれと同じ問題を抱えていました。AppIcon の Attributes Inspector で iPad がチェックされていないことを確認し、Deployment Info -> Devices が iPhone に設定されていることを確認してから、Shift-Cmd-K を押して消去します。すぐに行って、それらを追加し、通常どおり展開設定を再度行うことができました。うまくいきました。

于 2015-07-14T00:25:15.227 に答える
5

I was having the same problem, i was missing icon for iOS 6.1 and earlier. So i found a important guide on app icon by apple you can found it here.

enter image description here

Hope this will help you.

Edit: Your name of icon must be same os of apple icon naming mentioned on the link.

于 2015-07-20T04:33:42.233 に答える