Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 77050

ERROR ITMS-90022: Missing required icon file

$
0
0

I am getting following error while deploying the app using application loader:


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 >= 10.0.”
ERROR ITMS-90023: “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.”


Any ideas how to fix this, Here is info.plist file

<key>CFBundleIcons</key>
<dict>
<key>CFBundleAlternateIcons</key>
<dict>
    <key>AppIcon2</key>
    <dict>
        <key>CFBundleIconFiles</key>
        <array>
            <string>icon-60@2x</string>
            <string>icon-76@2x</string> 
        </array>
        <key>UIPrerenderedIcon</key>
        <false/>
    </dict>
</dict>
</dict>


Viewing all articles
Browse latest Browse all 77050

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>