Build Error: iOS: There was an error with this build

Hello, I’m trying to deploy my app to testflight and im getting the iOS build error when i run exp build:status. I’m not sure where to view error logs. Can someone please help me investigate?

Build ID: 558e77c6-19dc-47f4-852a-9219873617f9

Here is my app.json

{
  "expo": {
    "name": "faveme-mobile-app",
    "description": "It's like Grindr cept just with Patrick",
    "slug": "faveme-mobile-app",
    "privacy": "public",
    "sdkVersion": "20.0.0",
    "version": "1.0.0",
    "orientation": "portrait",
    "primaryColor": "#cccccc",
    "icon": "./assets/images/robot-prod.png",
    "notification": {
      "icon": "./assets/icons/notification-icon.png",
      "color": "#000000"
    },
    "loading": {
      "icon": "./assets/icons/loading-icon.png",
      "hideExponentText": false
    },
    "packagerOpts": {
      "assetExts": ["ttf"]
    },
    "ios": {
      "supportsTablet": true,
       "bundleIdentifier": "com.speakr.favememobileapp"
    }
  }
}

Thank you~

Hi, it looks like your app’s icon image is not square. Apple will reject non-square icons. Can you try making sure your app’s icon is a square and then try again?