Xcode v13.3.1
GoogleSignIn-iOS v6.1.0
During upload of our app we started to get the following error.
ERROR ITMS-90049: "This bundle is invalid. The bundle at path Payload/App.app/Frameworks/GoogleUtilities_Environment.framework has an invalid CFBundleIdentifier 'GoogleUtilities_Environment' There are invalid characters(characters that are not dots, hyphen and alphanumerics) that have been replaced with their code point 'GoogleUtilities\u005fEnvironment' CFBundleIdentifier must be present, must contain only alphanumerics, dots, hyphens and must not end with a dot. [see the Core Foundation Keys at https://developer.apple.com/library/content/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html#//apple_ref/doc/uid/TP40009249-102070-TPXREF105]"
I don't see any changes on our side which could've led to this problem.
Could you please take a look?