Xamarin File Not Found IOS appicon.appiconet Icon180

Seth Isaacks 51 Reputation points
2021-05-10T18:21:36.65+00:00

I have an xmarin shell flyout app
When I try to build the IOS app I am getting an error stating that the assets.xcassets/AppIcon.appiconst/Icon180.png cannot be found.
But all my icons are in the appicon set.
I have googled and googled but I can find nothing as to why this happening.

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,326 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Cole Xia (Shanghai Wicresoft Co,.Ltd.) 6,751 Reputation points
    2021-05-11T10:05:24.127+00:00

    Hello,

    Welcome to Microsoft Q&A!

    • Ensure that a 180 *180 png icon (file does not have Alpha or transparent) has been added into Assets.xcassets .
    • Unload your iOS project and edit csproj file to check if there is any information about 180 png .

    95517-capture.png

    Best Regards,
    Cole Xia


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. Boleslav 0 Reputation points
    2024-02-11T22:46:24.47+00:00

    That's weird, but when I bumped into such problem, it was with a file from the default set of Xamarin.Forms boilerplate (Icon87.png (29x3)). It (seems) appeared that the file (png) could have some transparent pixels or something with the file format, so it was rejected by Xcode. I've opened it with Photoshop, switched to "Indexed" mode and to RGB back, then saved it and run the build again, which made that file to appear in the build destination folder (on Mac). (The issue appeared during Simulator build for me).

    0 comments No comments