Missing App Icon Error while deploying iOS app in Expo.

Even after adding an app icon measuring 1024 by 1024 pixels in PNG format with non-transparent background in the Asset Catalog of apps built for iOS, I am facing an issue of Missing App Icon.
Please look into the image I have added with this.

hi there! it sounds like you have a bare project (modifying the xcode project directly) - you should follow this guide from apple: Apple Developer Documentation

in projects that use config plugins and app.json, you can just set the icon field and it’ll be handled for you