I have an app for iOS and watchOS, both using Alamofire to communicate to our server for authentication and notification responses. After successfully uploading my app from Xcode I received the following email from App Store Connect.
"ITMS-90806: CFBundleIdentifier collision - Each bundle must have a unique bundle identifier. The bundle identifier 'org.alamofire.Alamofire' is used in the bundles '[Alamofire.framework, Alamofire.framework]'"
This appears to be a new issue based on the relative few things I've found regarding this, and nothing specifically for Alamofire.
Any insight would be greatly appreciated.