LoginSignup
3
3

More than 5 years have passed since last update.

Missing icon file. The bundle does not contain an app icon for iPhone.

Last updated at Posted at 2014-07-27

OrganizerのValidationで初めて見たエラーだったので対応をまとめてみました。

環境

  • Xcode 5.1
  • iOS 7.0以降

警告

Missing icon file. The bundle does not contain an app icon for iPhone / iPad Touch of exactly ’120x120′ pixels, in .png format for iOS versions >= 7.0.

解決策

TARGESTS > Generalを選択し、App Icons で Asset Catalog を有効にすればOKです。ただし、該当のサイズの画像があることが前提です。(今回の直接的な原因は、途中で何故かAsset Catalogの設定が外れてしまっていたことでした。。)

Asset Catalogを利用していない場合は、以下のサイトが参考になると思います。
「Missing recommended icon file ~」エラーの対処法。

これでOrganizerのValidationに引っかからなくなりました。

3
3
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3