I am having problems with my submission of an iOS application to the Apple Store. I am using expo 4.11.0 and eas-cli/3.7.2 darwin-x64 node-v14.17.6 Before migrating to eas build, I didn't have any issue with expo:build and now I am not sure how to resolve this one=-
Your iOS app icon is missing or is an invalid format. The icon must be a 1024x1024 PNG image with no transparency.
Check your icon image and icon configuration in app.json.
Learn more: https://docs.expo.dev/guides/app-icons/
Though, I am working with an icon whose dimensions are exactly 1024 x 1024 as per iOS configuration. And, it is also not missing in app.json.
{
"expo": {
...
"icon": "./assets/icon.png",
...
}
I am not sure how to resolve this. Help would really be appreciated.