Archiving project stuck in the process

I want to test my application using Test-flight but I need to archive my app before. I don't know what I'am doing wrong here's a picture of the archiving process because app stucks per hours! it's frustrating and if you know how to fix this problem I'll be really pleased with you. Thank you so much!

More details at:
https://stackoverflow.com/questions/66570420/archiving-project-stuck-in-the-process-xcode-12

This is my podfile

Code Block # Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'Vendere (iOS)' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for Vendere (iOS)
pod 'Braintree/PayPal'
pod 'Braintree', '~> 4.36.1'
pod 'GooglePlaces'
pod 'GoogleMaps'
pod 'SwiftyJSON', '~> 5.0.0'
pod 'FBSDKCoreKit', '~> 7.1.1'
pod 'FBSDKLoginKit','~> 7.1.1'
pod 'FBSDKShareKit','~> 7.1.1'
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings.delete 'IPHONEOS_DEPLOYMENT_TARGET'
end
end
end
end

PS. I'm using Xcode 12.4 with iOS 14.4 and Swift 5