LoginSignup
1
1

More than 5 years have passed since last update.

iOS App申請のためArcheiveしてupload中にERROR ITMS-90022と出る

Last updated at Posted at 2016-08-09

前提条件

Xcode:7.3
Swift:2.0

解決したい問題

iPhone App申請時に、Archiveしてupload中に下記エラーがでました。

ERROR ITMS-90022: "Missing required icon file. The bundle does not contain an app icon for iPhone / iPod Touch of exactly '120x120' pixels, in .png format for iOS versions >= 7.0."

「必要なアイコンファイルがありません。このbundleにはiPhoneもしくはiPod Touchのために必要な、ちょうど120×120ピクセルのアイコンが含まれていません。なお、iOS7.0以降の場合は.pngフォーマットの必要があります。」

itunesconnectではすでにアイコンを登録していたのですが、XcodeでどこでAppを登録するか知らなかったので、時間を取られました。

解決方法

Navigation Area の Assets.xcassets を選択します。すると、AppIconを登録することができます。iOS毎に29pt, 40pt, 60ptと異なるサイズのアイコンを選択することが必要です。なお、2xはサイズ2倍、3xはサイズ3倍なので、例えばiOS5.9の29ptのうち2xであれば、58×58のアイコンを登録することが求められる、ということになります。
スクリーンショット 2016-08-10 2.36.28.png

まとめ

申請時のアイコン登録はitunesconnectだけでなく、Xcodeにも必要です。

参考になった関連記事

『新しいTestFlightを試したらエラーが出たので、対処法をメモ。』
http://qiita.com/oggata/items/630a183d845ceac9022d

1
1
0

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
1
1