EAS Build failure at Fastlane step

Build link: Build Details — a3f0fa1b-b987-4b7f-95c5-6406d6ec4b18 — yall — Expo

  • Whether you are bare or managed workflow
    managed
  • Your eas-cli version
    eas-cli/0.45.1 darwin-x64 node-v16.11.1
  • What you have tried so far
    Resolved clashing npm dependencies, now build is failing at Fastlane step. Tried building locally but that fails too with
    Error: Distribution certificate with fingerprint 80D68C8AFC76AEBA5D2533C0D8CB3D8FF16C5FD8 hasn't been imported successfully

eas.json:

{
  "cli": {
    "version": ">= 0.45.0"
  },
  "build": {
    "development": {
      "developmentClient": true,
      "distribution": "internal",
      "cache": {
        "key": "do_not_care"
      }
    },
    "preview": {
      "distribution": "internal"
    },
    "production": {}
  },
  "submit": {
    "production": {}
  }
}

Trying expo run:ios --configuration Release now