はじめに
初めてアプリをリリースする開発初心者です。
できたアプリをProduct→Archiveして、Validateしようとした際にエラーが出て困っています。
エラー内容
①
App Store Connect Operation Error
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 >= 10.0. To support older versions of iOS, the icon may be required in the bundle outside of an asset catalog. Make sure the Info.plist file includes appropriate entries referencing the file. See https://developer.apple.com/documentation/bundleresources/information_property_list/user_interface
②
App Store Connect Operation Error
Missing required icon file. The bundle does not contain an app icon for iPad of exactly '167x167' pixels, in .png format for iOS versions supporting iPad Pro. To support older operating systems, the icon may be required in the bundle outside of an asset catalog. Make sure the Info.plist file includes appropriate entries referencing the file. See https://developer.apple.com/documentation/bundleresources/information_property_list/user_interface
③
App Store Connect Operation Error
Missing required icon file. The bundle does not contain an app icon for iPad of exactly '152x152' pixels, in .png format for iOS versions >= 10.0. To support older operating systems, the icon may be required in the bundle outside of an asset catalog. Make sure the Info.plist file includes appropriate entries referencing the file. See https://developer.apple.com/documentation/bundleresources/information_property_list/user_interface
やったこと・エラーに対する認識
文字通り読めば、120×120、167×167、152×152の大きさのアイコンが足りないから追加しろと言われていると解釈しました。かつios10.0以前のバージョンにも対応させる必要があるとも解釈したので、プロジェクト自体に足りないと言われている大きさの画像を追加し、info.plistでicon filesを作り、各画像ファイル名をセットしました。(アセットの中に既に画像は入っているので、違和感は感じましたが)
アセットの中に入れている各画像の大きさ、画像に透過がないことも確認しています。
また、Target Membershipにチェックが入っていることも確認しています。
全ての画像でエラーが出ているのあれば、納得はできるのですが、一部の大きさの画像でエラーが出ている理由がよくわかりません。
正直、かなり手詰まりとなっているので、どなたかご助言していただけると助かります。
よろしくお願いします。
回答1件
あなたの回答
tips
プレビュー