'iOS build failed: React Native App With Expo

We're trying to deploy our react native app using expo to the App Store but our build keeps failing in the "install pods" section. I've attached the error appearing in this section as well as our eas.json file.

enter image description here

{
 "cli": {
"version": ">= 0.52.0"
},
"build": {
   "development": {
    "developmentClient": true,
  "distribution": "internal"
},
"preview": {
  "distribution": "internal"
},
"production": {}
},
"submit": {
 "production": {}
}
 }

Firebase versions: "firebase": "9.8.1",

"@react-native-firebase/app": "^14.9.3",

"@react-native-firebase/auth": "^14.9.3",


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source