UserError: error: Signing for "GoogleTagManager-TagManagerResources" requires a development team

Hi,

I got the following error when trying to perform an ios upload

How can I configure my developer team? I tried through build.json but the error persists

UserError: error: Signing for “GoogleTagManager-TagManagerResources” requires a development team

/moneycloud/platforms/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.1.99. (in target 'GoogleToolboxForMac' from project 'Pods')
/moneycloud/platforms/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 11.0 to 16.1.99. (in target 'FirebaseABTesting' from project 'Pods')
/moneycloud/platforms/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 11.0 to 16.1.99. (in target 'GoogleSymbolUtilities' from project 'Pods')
/moneycloud/platforms/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.1.99. (in target 'GoogleAnalytics' from project 'Pods')
** ARCHIVE FAILED **

Command finished with error code 65: xcodebuild -workspace,MoneyCloud.xcworkspace,-scheme,MoneyCloud,-configuration,Release,-destination,generic/platform=iOS,-archivePath,MoneyCloud.xcarchive,archive,CONFIGURATION_BUILD_DIR=/moneycloud/platforms/ios/build/device,SHARED_PRECOMPS_DIR=/moneycloud/platforms/ios/build/sharedpch,ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO,LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"
xcodebuild: Command failed with exit code 65
Error: xcodebuild: Command failed with exit code 65
    at ChildProcess.whenDone (/moneycloud/node_modules/cordova-common/src/superspawn.js:136:25)
    at ChildProcess.emit (node:events:513:28)
    at maybeClose (node:internal/child_process:1091:16)
    at ChildProcess._handle.onexit (node:internal/child_process:302:5)

2022-12-05 19:57:22,654 - error: Signing for "GoogleTagManager-TagManagerResources" requires a development team
2022-12-05 19:57:22,654 - reset_keychain
2022-12-05 19:57:22,687 - Output: 
2022-12-05 19:57:22,688 - Build failed 9dd4c730-8f4e-475e-b2a5-0dcde1ba3309
2022-12-05 19:57:23,837 - Output: Package                       Current  Wanted  Latest  Location                                   Depended by
cordova-plugin-advanced-http    3.2.2   3.2.2   3.3.1  node_modules/cordova-plugin-advanced-http  moneycloud
cordova-plugin-file             6.0.2   6.0.2   7.0.0  node_modules/cordova-plugin-file           moneycloud
cordova-plugin-firebasex       11.0.0  11.0.0  15.0.0  node_modules/cordova-plugin-firebasex      moneycloud

You’re using an old version of cordova-plugin-firebasex. (see the summary at the end)

The author of the plugin has made a number of updates, including support for Xcode 14 which is the latest from Apple. The current version is 15, and should work fine.