Xcode 12 Archive arm64 Issue

Hi there,
I'm able to build and run the application successfully but I not able to give build to my testers.
On selection of archive, Xcode is throwing an error arm64.

Tried the below things
In build Settings Excluded Architecture - arm64
There's not enough information here to know exactly the issue -- what is the exact error message? Are there logs that go with it? Where in Xcode does it occur?

That said, adding arm64 to the Excluded Architectures setting is almost certainly wrong, as all iOS devices use the arm64 CPU architecture, so you don't want to exclude it from your build.
i'm able to build the app sucessfully but archive is throwing the below error. Xcode Version: 12.3 
The below errors are occurring at the time of only Archive

FirebaseCoreDiagnostics-iOS12.0 (4 Issues)
Lexical or preprocessor issue
Umbrella header for module 'GoogleDataTransport' does not include header 'GoogleDataTransport-iOS13.0-umbrella.h'
Umbrella header for module 'GoogleUtilities' does not include header 'GoogleUtilities-iOS13.0-umbrella.h'

FirebaseCoreDiagnostics-iOS13.0 (1 Issue)
  • --ProjectPath/Pods/FirebaseCoreDiagnostics/GoogleDataTransport/GDTCORLibrary/Internal/GoogleDataTransportInternal.h:18:9: 'GoogleDataTransport/GoogleDataTransport.h' file not found

Thank you for the additional information. Please contact the support channel for Firebase to resolve this, as they are the experts in how to configure and integrate their library into your app.
Xcode 12 Archive arm64 Issue
 
 
Q