IOS Fastlane react-native Pods/FBReactNativeSpec

Hello,

I am trying to build a custom dev client using EAS CLI version 3.5.2. As of yesterday the builds have stopped working and are producing errors in the fast lane section.

› Executing react-native Pods/FBReactNativeSpec » [CP-User] Generate Specs
    Run script build phase 'Start Packager' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'PotPirate' from project 'PotPirate')
    Run script build phase 'Bundle React Native code and images' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'PotPirate' from project 'PotPirate')
    Run script build phase '[CP-User] Generate app.config for prebuilt Constants.manifest' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'EXConstants' from project 'Pods')
▸ ** ARCHIVE FAILED **
▸ The following build commands failed:
▸     PhaseScriptExecution [CP-User]\ Generate\ Specs /Users/expo/Library/Developer/Xcode/DerivedData/PotPirate-byuqhcbphskqumejjvyrwsnwvpze/Build/Intermediates.noindex/ArchiveIntermediates/PotPirate/IntermediateBuildFilesPath/Pods.build/Debug-iphoneos/FBReactNativeSpec.build/Script-46EB2E00015E30.sh (in target 'FBReactNativeSpec' from project 'Pods')
▸ (1 failure)
** ARCHIVE FAILED **
The following build commands failed:
    PhaseScriptExecution [CP-User]\ Generate\ Specs /Users/expo/Library/Developer/Xcode/DerivedData/PotPirate-byuqhcbphskqumejjvyrwsnwvpze/Build/Intermediates.noindex/ArchiveIntermediates/PotPirate/IntermediateBuildFilesPath/Pods.build/Debug-iphoneos/FBReactNativeSpec.build/Script-46EB2E00015E30.sh (in target 'FBReactNativeSpec' from project 'Pods')
(1 failure)
Exit status: 65

I am unsure what is causing this error as it has previously worked